showNameAction 1413 scripts/kconfig/qconf.cc QAction *showNameAction = new QAction("Show Name", this); showNameAction 1414 scripts/kconfig/qconf.cc showNameAction->setCheckable(true); showNameAction 1415 scripts/kconfig/qconf.cc connect(showNameAction, SIGNAL(toggled(bool)), configView, SLOT(setShowName(bool))); showNameAction 1416 scripts/kconfig/qconf.cc showNameAction->setChecked(configView->showName()); showNameAction 1472 scripts/kconfig/qconf.cc optionMenu->addAction(showNameAction);