Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dqconf.h236 static QAction *showNormalAction; variable
Dqconf.cc910 QAction *ConfigView::showNormalAction; member in ConfigView
945 if (act == showNormalAction) in setOptionMode()
1430 configView->showNormalAction = new QAction(_("Show Normal Options"), optGroup); in ConfigMainWindow()
1433 configView->showNormalAction->setCheckable(true); in ConfigMainWindow()