Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dqconf.cc867 QAction *ConfigView::showAllAction; member in ConfigView
897 else if (act == showAllAction) in setOptionMode()
1373 configView->showAllAction = new QAction(_("Show All Options"), optGroup); in ConfigMainWindow()
1377 configView->showAllAction = new QAction(_("Show All Options"), 0, optGroup); in ConfigMainWindow()
1382 configView->showAllAction->setToggleAction(TRUE); in ConfigMainWindow()
1383 configView->showAllAction->setOn(configList->optMode == allOpt); in ConfigMainWindow()
Dqconf.h248 static QAction *showAllAction; variable