dialog->setAttribute(Qt::WA_DeleteOnClose, true);
C++ (Qt)void MainWindow::askUser(){ MyDialog d; if(d.exec()) { // чегото делаем }}