Didn't read up all if you actually fixed your problem already but:
Qt Code:
myQtApp *dialog = new myQtApp(this); dialog->setAttribute(Qt::WA_DeleteOnClose); dialog->show();To copy to clipboard, switch view to plain text mode
this would solve your problem with deleting dialog.
Bookmarks