Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc860 QAction *ConfigView::showNormalAction; member in ConfigView
889 if (act == showNormalAction) in setOptionMode()
1366 configView->showNormalAction = new QAction(_("Show Normal Options"), optGroup); in ConfigMainWindow()
1370 configView->showNormalAction = new QAction(_("Show Normal Options"), 0, optGroup); in ConfigMainWindow()
1374 configView->showNormalAction->setToggleAction(TRUE); in ConfigMainWindow()
1375 configView->showNormalAction->setOn(configList->optMode == normalOpt); in ConfigMainWindow()
H A Dqconf.h246 static QAction *showNormalAction; variable