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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc1341 QActionGroup *optGroup = new QActionGroup(this); local
1342 optGroup->setExclusive(TRUE);
1343 connect(optGroup, SIGNAL(selected(QAction *)), configView,
1345 connect(optGroup, SIGNAL(selected(QAction *)), menuView,
1348 configView->showNormalAction = new QAction(NULL, _("Show Normal Options"), 0, optGroup);
1349 configView->showAllAction = new QAction(NULL, _("Show All Options"), 0, optGroup);
1350 configView->showPromptAction = new QAction(NULL, _("Show Prompt Options"), 0, optGroup);
1400 optGroup->addTo(optionMenu);

Completed in 100 milliseconds