Home
last modified time | relevance | path

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

/external/u-boot/scripts/kconfig/
Dqconf.h236 static QAction *showNormalAction; variable
Dqconf.cc918 QAction *ConfigView::showNormalAction; member in ConfigView
953 if (act == showNormalAction) in setOptionMode()
1438 configView->showNormalAction = new QAction(_("Show Normal Options"), optGroup); in ConfigMainWindow()
1441 configView->showNormalAction->setCheckable(true); in ConfigMainWindow()