Searched refs:aboutAction (Results 1 – 4 of 4) sorted by relevance
201 QAction *aboutAction; variable
341 aboutAction = new QAction(tr("&About"), this); in createActions()342 aboutAction->setStatusTip(tr("Show the About box")); in createActions()343 connect( aboutAction, SIGNAL(triggered()), this, SLOT(about()) ); in createActions()410 helpMenu->addAction( aboutAction ); in createMenus()