Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dqconf.cc1419 fullViewAction = new QAction(QPixmap(xpm_tree_view), "Full View", this); in ConfigMainWindow()
1420 fullViewAction->setCheckable(true); in ConfigMainWindow()
1421 connect(fullViewAction, &QAction::triggered, in ConfigMainWindow()
1466 toolBar->addAction(fullViewAction); in ConfigMainWindow()
1685 fullViewAction->setEnabled(true); in showSingleView()
1686 fullViewAction->setChecked(false); in showSingleView()
1706 fullViewAction->setEnabled(true); in showSplitView()
1707 fullViewAction->setChecked(false); in showSplitView()
1731 fullViewAction->setEnabled(false); in showFullView()
1732 fullViewAction->setChecked(true); in showFullView()
H A Dqconf.h272 QAction *fullViewAction; variable
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc1416 fullViewAction = new QAction(QPixmap(xpm_tree_view), _("Full View"), this); in ConfigMainWindow()
1417 fullViewAction->setCheckable(true); in ConfigMainWindow()
1418 connect(fullViewAction, SIGNAL(triggered(bool)), SLOT(showFullView())); in ConfigMainWindow()
1463 toolBar->addAction(fullViewAction); in ConfigMainWindow()
1661 fullViewAction->setEnabled(true); in showSingleView()
1662 fullViewAction->setChecked(false); in showSingleView()
1680 fullViewAction->setEnabled(true); in showSplitView()
1681 fullViewAction->setChecked(false); in showSplitView()
1703 fullViewAction->setEnabled(false); in showFullView()
1704 fullViewAction->setChecked(true); in showFullView()
H A Dqconf.h327 QAction *fullViewAction; variable