On Wednesday 02 September 2015 12:40:19 Igor Mironchik wrote:
> 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
: [Interest] QApplication doesn't want to quit
Hi,
Standard solution:
QApplication app( argc, argv );
QObject::connect( &app, &QApplication::lastWindowClosed,
&app, &QApplication::quit );
I'm sure that lastWindowClosed emits, but QApplication doesn't want
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 wind