예제 #1
0
void MainWindow::on_actionHelp_triggered()
{
  HelpDialog* help = new HelpDialog(this);
  help->exec();
}
예제 #2
0
void TorrifyWindow::about()
{
    HelpDialog help;
    help.exec();
}
예제 #3
0
// ************************************************************
void QucsActiveFilter::slotHelpIntro()
{
  HelpDialog *d = new HelpDialog(this);
  d->exec();
  delete d;
}