Home
last modified time | relevance | path

Searched refs:showAllAction (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.cc366 else if (action == showAllAction) in setOptionMode()
899 QAction *ConfigList::showAllAction; member in ConfigList
1361 ConfigList::showAllAction = new QAction("Show All Options", optGroup); in ConfigMainWindow()
1362 ConfigList::showAllAction->setCheckable(true); in ConfigMainWindow()