Searched refs:showAllAction (Results 1 – 2 of 2) sorted by relevance
861 QAction *ConfigView::showAllAction; member in ConfigView891 else if (act == showAllAction) in setOptionMode()1367 configView->showAllAction = new QAction(_("Show All Options"), optGroup); in ConfigMainWindow()1371 configView->showAllAction = new QAction(_("Show All Options"), 0, optGroup); in ConfigMainWindow()1376 configView->showAllAction->setToggleAction(TRUE); in ConfigMainWindow()1377 configView->showAllAction->setOn(configList->optMode == allOpt); in ConfigMainWindow()
247 static QAction *showAllAction; variable