c++ - Can't use QMainWindow after opened a QDialog (Qt) -


in program have following problem: after opened qdialog qmainwindow, can't use qmainwindow, if close qdialog first. there solution this?

thank you,

mate

if don't need event loop of exec can use dialog->show().


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -