Home
last modified time | relevance | path

Searched refs:showPromptAction (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.cc920 QAction *ConfigList::showPromptAction; member in ConfigList
1441 ConfigList::showPromptAction = new QAction("Show Prompt Options", optGroup); in ConfigMainWindow()
1442 ConfigList::showPromptAction->setCheckable(true); in ConfigMainWindow()
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.h238 static QAction *showPromptAction; variable
H A Dqconf.cc920 QAction *ConfigView::showPromptAction; member in ConfigView
1440 configView->showPromptAction = new QAction(_("Show Prompt Options"), optGroup); in ConfigMainWindow()
1443 configView->showPromptAction->setCheckable(true); in ConfigMainWindow()