optGroup         1424 scripts/kconfig/qconf.cc 	QActionGroup *optGroup = new QActionGroup(this);
optGroup         1425 scripts/kconfig/qconf.cc 	optGroup->setExclusive(true);
optGroup         1426 scripts/kconfig/qconf.cc 	connect(optGroup, SIGNAL(triggered(QAction*)), configView,
optGroup         1428 scripts/kconfig/qconf.cc 	connect(optGroup, SIGNAL(triggered(QAction *)), menuView,
optGroup         1431 scripts/kconfig/qconf.cc 	configView->showNormalAction = new QAction("Show Normal Options", optGroup);
optGroup         1432 scripts/kconfig/qconf.cc 	configView->showAllAction = new QAction("Show All Options", optGroup);
optGroup         1433 scripts/kconfig/qconf.cc 	configView->showPromptAction = new QAction("Show Prompt Options", optGroup);
optGroup         1476 scripts/kconfig/qconf.cc 	optionMenu->addActions(optGroup->actions());