Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/kconfig/
Dqconf.h113 static QAction *showNormalAction, *showAllAction, *showPromptAction; variable
Dqconf.cc361 if (action == showNormalAction) in setOptionMode()
914 QAction *ConfigList::showNormalAction; member in ConfigList
1417 ConfigList::showNormalAction = new QAction("Show Normal Options", optGroup); in ConfigMainWindow()
1418 ConfigList::showNormalAction->setCheckable(true); in ConfigMainWindow()