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

/u-boot/scripts/kconfig/
H A Dqconf.cc1421 QActionGroup *optGroup = new QActionGroup(this); local
1422 optGroup->setExclusive(true);
1423 connect(optGroup, SIGNAL(triggered(QAction*)), configView,
1425 connect(optGroup, SIGNAL(triggered(QAction *)), menuView,
1428 configView->showNormalAction = new QAction("Show Normal Options", optGroup);
1429 configView->showAllAction = new QAction("Show All Options", optGroup);
1430 configView->showPromptAction = new QAction("Show Prompt Options", optGroup);
1473 optionMenu->addActions(optGroup->actions());

Completed in 45 milliseconds