aboutForm* tb = new aboutForm; tb->setWindowModality(Qt::ApplicationModal); tb->show();
aboutForm::aboutForm(QWidget *parent) : QDialog(parent){ raise(); activateWindow(); setWindowTitle(MAIN_WIN_TITLE);
aboutForm::aboutForm(QWidget *parent) : QDialog(parent){ QTimer::singleShot(500, this, SLOT(activateWindow())); if (false) { raise(); activateWindow(); }