Home
last modified time | relevance | path

Searched refs:showPromptAction (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.cc900 QAction *ConfigList::showPromptAction; member in ConfigList
1363 ConfigList::showPromptAction = new QAction("Show Prompt Options", optGroup); in ConfigMainWindow()
1364 ConfigList::showPromptAction->setCheckable(true); in ConfigMainWindow()