Searched refs:showDebugAction (Results 1 – 1 of 1) sorted by relevance
1437 QAction *showDebugAction = new QAction( _("Show Debug Info"), this); in ConfigMainWindow() local1438 showDebugAction->setCheckable(true); in ConfigMainWindow()1439 connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool))); in ConfigMainWindow()1440 showDebugAction->setChecked(helpText->showDebug()); in ConfigMainWindow()