octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #40609] "octave --no-gui" can't run QtHandles


From: Michael Goffioul
Subject: [Octave-bug-tracker] [bug #40609] "octave --no-gui" can't run QtHandles
Date: Sun, 17 Nov 2013 18:56:31 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36

Follow-up Comment #2, bug #40609 (project octave):

It's possible that the second problem is simply due to the QApplication
exiting because it detects that the last window is being closed.

Try to add the following to the created QApplication object (assuming "app" is
the application object):


app.setQuitOnLastWindowClosed (false);



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40609>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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