I changed the code as follows:
Qt Code:
MainDialog dialog( 0, Qt::WindowMaximizeButtonHint | Qt::WindowMinimizeButtonHint ); dialog.show(); return app.exec();To copy to clipboard, switch view to plain text mode
But I still get the hang on Linux. Looking at the output from GDB, it's still the same as in my initial post.
Bookmarks