Thread
:
Need assistance from QT programmer
View Single Post
Diph
2010-07-16 , 18:11
Posts: 180 | Thanked: 76 times | Joined on May 2010
#
37
The dialog gets destroyed before it shown (add progress.show() also). You can make the dialog member variable of MainWindow and create dialog with new and delete it when dialog is closed.
E: Or add dialog.exec();
Last edited by Diph; 2010-07-16 at
18:28
.
Quote & Reply
|
The Following User Says Thank You to Diph For This Useful Post:
d-iivil
Diph
View Public Profile
Send a private message to Diph
Find all posts by Diph