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.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest