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

/linux-4.4.14/scripts/kconfig/
H A Dqconf.cc1437 QAction *showDebugAction = new QAction( _("Show Debug Info"), this); ConfigMainWindow() local
1438 showDebugAction->setCheckable(true); ConfigMainWindow()
1439 connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool))); ConfigMainWindow()
1440 showDebugAction->setChecked(helpText->showDebug()); ConfigMainWindow()

Completed in 173 milliseconds