Searched refs:aboutQtAction (Results 1 – 4 of 4) sorted by relevance
202 QAction *aboutQtAction; variable
345 aboutQtAction = new QAction(tr("About &Qt"), this); in createActions()346 aboutQtAction->setStatusTip(tr("Show the Qt library's About box")); in createActions()347 connect( aboutQtAction, SIGNAL(triggered()), this, SLOT(aboutQt()) ); in createActions()