Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dqconf.cc378 else if (action == showAllAction) in setOptionMode()
911 QAction *ConfigList::showAllAction; member in ConfigList
1374 ConfigList::showAllAction = new QAction("Show All Options", optGroup); in ConfigMainWindow()
1375 ConfigList::showAllAction->setCheckable(true); in ConfigMainWindow()
1381 ConfigList::showAllAction->setChecked(true); in ConfigMainWindow()
H A Dqconf.h112 static QAction *showNormalAction, *showAllAction, *showPromptAction; variable