Searched refs:showDebugAction (Results 1 – 1 of 1) sorted by relevance
1424 QAction *showDebugAction = new QAction("Show Debug Info", this); in ConfigMainWindow() local1425 showDebugAction->setCheckable(true); in ConfigMainWindow()1426 connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool))); in ConfigMainWindow()1427 showDebugAction->setChecked(helpText->showDebug()); in ConfigMainWindow()1463 menu->addAction(showDebugAction); in ConfigMainWindow()