one more, in this method
you should set parent or delete dialog manually.Qt Code:
void MainWindow::createDialog(){ Dialog *d = new Dialog; d->exec(); }To copy to clipboard, switch view to plain text mode
one more, in this method
you should set parent or delete dialog manually.Qt Code:
void MainWindow::createDialog(){ Dialog *d = new Dialog; d->exec(); }To copy to clipboard, switch view to plain text mode
Bookmarks