Searched refs:optionsAction (Results 1 – 4 of 4) sorted by relevance
200 QAction *optionsAction; variable
337 optionsAction = new QAction(tr("&Options..."), this); in createActions()338 optionsAction->setStatusTip(tr("Show the Options box")); in createActions()339 connect( optionsAction, SIGNAL(triggered()), this, SLOT(options()) ); in createActions()398 toolsMenu->addAction( optionsAction ); in createMenus()