Home
last modified time | relevance | path

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

/linux-6.15/scripts/kconfig/
H A Dqconf.h111 static QAction *showNormalAction, *showAllAction, *showPromptAction; variable
H A Dqconf.cc364 if (action == showNormalAction) in setOptionMode()
898 QAction *ConfigList::showNormalAction; member in ConfigList
1359 ConfigList::showNormalAction = new QAction("Show Normal Options", optGroup); in ConfigMainWindow()
1360 ConfigList::showNormalAction->setCheckable(true); in ConfigMainWindow()