Searched refs:showAllAction (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc895 QAction *showAllAction = new QAction(NULL, "Show All Options", 0, this); local
896 showAllAction->setToggleAction(TRUE);
897 showAllAction->setOn(configList->showAll);
898 connect(showAllAction, SIGNAL(toggled(bool)), SLOT(setShowAll(bool)));
935 showAllAction->addTo(optionMenu);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.h251 static QAction *showAllAction; member in class:ConfigView
H A Dqconf.cc850 QAction *ConfigView::showAllAction; member in class:ConfigView
880 else if (act == showAllAction)
1349 configView->showAllAction = new QAction(NULL, _("Show All Options"), 0, optGroup);
1353 configView->showAllAction->setToggleAction(TRUE);
1354 configView->showAllAction->setOn(configList->optMode == allOpt);

Completed in 65 milliseconds