Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/kconfig/
Dqconf.cc1444 QAction *showDebugAction = new QAction("Show Debug Info", this); in ConfigMainWindow() local
1445 showDebugAction->setCheckable(true); in ConfigMainWindow()
1446 connect(showDebugAction, &QAction::toggled, in ConfigMainWindow()
1448 showDebugAction->setChecked(helpText->showDebug()); in ConfigMainWindow()
1486 menu->addAction(showDebugAction); in ConfigMainWindow()