Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc862 QAction *ConfigView::showPromptAction; member in ConfigView
1368 configView->showPromptAction = new QAction(_("Show Prompt Options"), optGroup); in ConfigMainWindow()
1372 configView->showPromptAction = new QAction(_("Show Prompt Options"), 0, optGroup); in ConfigMainWindow()
1378 configView->showPromptAction->setToggleAction(TRUE); in ConfigMainWindow()
1379 configView->showPromptAction->setOn(configList->optMode == promptOpt); in ConfigMainWindow()
H A Dqconf.h248 static QAction *showPromptAction; variable