showDebugAction 1438 scripts/kconfig/qconf.cc QAction *showDebugAction = new QAction("Show Debug Info", this); showDebugAction 1439 scripts/kconfig/qconf.cc showDebugAction->setCheckable(true); showDebugAction 1440 scripts/kconfig/qconf.cc connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool))); showDebugAction 1441 scripts/kconfig/qconf.cc showDebugAction->setChecked(helpText->showDebug()); showDebugAction 1478 scripts/kconfig/qconf.cc optionMenu->addAction(showDebugAction);