Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dqconf.h113 static QAction *showNormalAction, *showAllAction, *showPromptAction; variable
H A 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()
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.h237 static QAction *showAllAction; variable
H A Dqconf.cc919 QAction *ConfigView::showAllAction; member in ConfigView
955 else if (act == showAllAction) in setOptionMode()
1439 configView->showAllAction = new QAction(_("Show All Options"), optGroup); in ConfigMainWindow()
1442 configView->showAllAction->setCheckable(true); in ConfigMainWindow()