Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/kconfig/
Dqconf.h113 static QAction *showNormalAction, *showAllAction, *showPromptAction; variable
Dqconf.cc367 else if (action == showAllAction) in setOptionMode()
919 QAction *ConfigList::showAllAction; member in ConfigList
1439 ConfigList::showAllAction = new QAction("Show All Options", optGroup); in ConfigMainWindow()
1440 ConfigList::showAllAction->setCheckable(true); in ConfigMainWindow()