Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dqconf.h113 static QAction *showNormalAction, *showAllAction, *showPromptAction; variable
H A Dqconf.cc363 else if (action == showAllAction) in setOptionMode()
915 QAction *ConfigList::showAllAction; member in ConfigList
1419 ConfigList::showAllAction = new QAction("Show All Options", optGroup); in ConfigMainWindow()
1420 ConfigList::showAllAction->setCheckable(true); in ConfigMainWindow()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dqconf.h237 static QAction *showAllAction; variable
H A Dqconf.cc919 QAction *ConfigView::showAllAction; member in ConfigView
955 else if (act == showAllAction) in setOptionMode()
1439 configView->showAllAction = new QAction(_("Show All Options"), optGroup); in ConfigMainWindow()
1442 configView->showAllAction->setCheckable(true); in ConfigMainWindow()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dqconf.h237 static QAction *showAllAction; variable
H A Dqconf.cc919 QAction *ConfigView::showAllAction; member in ConfigView
955 else if (act == showAllAction) in setOptionMode()
1439 configView->showAllAction = new QAction(_("Show All Options"), optGroup); in ConfigMainWindow()
1442 configView->showAllAction->setCheckable(true); in ConfigMainWindow()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp623 QAction *showAllAction = new QAction(tr("Show All History"), this); in postPopulated() local
624 connect(showAllAction, SIGNAL(triggered()), this, SLOT(showHistoryDialog())); in postPopulated()
625 addAction(showAllAction); in postPopulated()