Пример #1
0
void MainWindow::openAboutDialog(){
    AboutDialog *dialog = new AboutDialog(this);
    dialog->showNormal();
}