Searched refs:showNormalAction (Results 1 – 2 of 2) sorted by relevance
860 QAction *ConfigView::showNormalAction; member in ConfigView889 if (act == showNormalAction) in setOptionMode()1366 configView->showNormalAction = new QAction(_("Show Normal Options"), optGroup); in ConfigMainWindow()1370 configView->showNormalAction = new QAction(_("Show Normal Options"), 0, optGroup); in ConfigMainWindow()1374 configView->showNormalAction->setToggleAction(TRUE); in ConfigMainWindow()1375 configView->showNormalAction->setOn(configList->optMode == normalOpt); in ConfigMainWindow()
246 static QAction *showNormalAction; variable