octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

eliminating GUI event listener class


From: John W. Eaton
Subject: eliminating GUI event listener class
Date: Mon, 08 Apr 2013 12:23:16 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121122 Icedove/10.0.11

The only thing we are using the event listener object for is to
handle cleaning up the GUI when we exit from Octave.  I tried to
switch that to using signals and slots but was not successful.

Can anyone explain the proper way to exit a Qt application like the
one we have with multiple threads?  Where does qtApp->quit need to be
called?

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]