Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dqconf.cc868 QAction *ConfigView::showPromptAction; member in ConfigView
1374 configView->showPromptAction = new QAction(_("Show Prompt Options"), optGroup); in ConfigMainWindow()
1378 configView->showPromptAction = new QAction(_("Show Prompt Options"), 0, optGroup); in ConfigMainWindow()
1384 configView->showPromptAction->setToggleAction(TRUE); in ConfigMainWindow()
1385 configView->showPromptAction->setOn(configList->optMode == promptOpt); in ConfigMainWindow()
Dqconf.h249 static QAction *showPromptAction; variable