Home
last modified time | relevance | path

Searched refs:showNormalAction (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/scripts/kconfig/
Dqconf.cc866 QAction *ConfigView::showNormalAction; member in ConfigView
895 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()
Dqconf.h247 static QAction *showNormalAction; variable