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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.h250 static QAction *showNormalAction; member in class:ConfigView
H A Dqconf.cc849 QAction *ConfigView::showNormalAction; member in class:ConfigView
878 if (act == showNormalAction)
1348 configView->showNormalAction = new QAction(NULL, _("Show Normal Options"), 0, optGroup);
1351 configView->showNormalAction->setToggleAction(TRUE);
1352 configView->showNormalAction->setOn(configList->optMode == normalOpt);

Completed in 69 milliseconds