Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dqconf.h113 static QAction *showNormalAction, *showAllAction, *showPromptAction; variable
H A Dqconf.cc361 if (action == showNormalAction) in setOptionMode()
914 QAction *ConfigList::showNormalAction; member in ConfigList
1417 ConfigList::showNormalAction = new QAction("Show Normal Options", optGroup); in ConfigMainWindow()
1418 ConfigList::showNormalAction->setCheckable(true); in ConfigMainWindow()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dqconf.h236 static QAction *showNormalAction; variable
H A 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()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dqconf.h236 static QAction *showNormalAction; variable
H A 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()