[Interest] QApplication doesn't want to quit
Igor Mironchik
igor.mironchik at gmail.com
Wed Sep 2 11:40:19 CEST 2015
Hi,
Standard solution:
QApplicationapp(argc,argv);
QObject::connect(&app,&QApplication::lastWindowClosed,
&app,&QApplication::quit); I'm sure that lastWindowClosed emits, but
QApplication doesn't want to quit. For testing I build application with
CONFIG += console And I see this console window... What can be the
problem? One more: I'm sure that aboutToQuit() signal emits too.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20150902/25c982c4/attachment.html>
More information about the Interest
mailing list