Searched refs:showAllAction (Results 1 – 2 of 2) sorted by relevance
867 QAction *ConfigView::showAllAction; member in ConfigView897 else if (act == showAllAction) in setOptionMode()1373 configView->showAllAction = new QAction(_("Show All Options"), optGroup); in ConfigMainWindow()1377 configView->showAllAction = new QAction(_("Show All Options"), 0, optGroup); in ConfigMainWindow()1382 configView->showAllAction->setToggleAction(TRUE); in ConfigMainWindow()1383 configView->showAllAction->setOn(configList->optMode == allOpt); in ConfigMainWindow()
248 static QAction *showAllAction; variable