View Single Post
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.
 

The Following User Says Thank You to Diph For This Useful Post: