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

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -