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
Post a Comment