Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc861 QAction *ConfigView::showAllAction; member in ConfigView
891 else if (act == showAllAction) in setOptionMode()
1367 configView->showAllAction = new QAction(_("Show All Options"), optGroup); in ConfigMainWindow()
1371 configView->showAllAction = new QAction(_("Show All Options"), 0, optGroup); in ConfigMainWindow()
1376 configView->showAllAction->setToggleAction(TRUE); in ConfigMainWindow()
1377 configView->showAllAction->setOn(configList->optMode == allOpt); in ConfigMainWindow()
H A Dqconf.h247 static QAction *showAllAction; variable