Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/kconfig/
Dqconf.h113 static QAction *showNormalAction, *showAllAction, *showPromptAction; variable
Dqconf.cc918 QAction *ConfigList::showPromptAction; member in ConfigList
1439 ConfigList::showPromptAction = new QAction("Show Prompt Options", optGroup); in ConfigMainWindow()
1440 ConfigList::showPromptAction->setCheckable(true); in ConfigMainWindow()