Searched refs:showNormalAction (Results 1 – 2 of 2) sorted by relevance
376 if (action == showNormalAction) in setOptionMode()910 QAction *ConfigList::showNormalAction; member in ConfigList1372 ConfigList::showNormalAction = new QAction("Show Normal Options", optGroup); in ConfigMainWindow()1373 ConfigList::showNormalAction->setCheckable(true); in ConfigMainWindow()1388 ConfigList::showNormalAction->setChecked(true); in ConfigMainWindow()
112 static QAction *showNormalAction, *showAllAction, *showPromptAction; variable