Searched refs:showNormalAction (Results 1 – 2 of 2) sorted by relevance
866 QAction *ConfigView::showNormalAction; member in ConfigView895 if (act == showNormalAction) in setOptionMode()1372 configView->showNormalAction = new QAction(_("Show Normal Options"), optGroup); in ConfigMainWindow()1376 configView->showNormalAction = new QAction(_("Show Normal Options"), 0, optGroup); in ConfigMainWindow()1380 configView->showNormalAction->setToggleAction(TRUE); in ConfigMainWindow()1381 configView->showNormalAction->setOn(configList->optMode == normalOpt); in ConfigMainWindow()
247 static QAction *showNormalAction; variable