Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dqconf.cc1354 fullViewAction = new QAction(QPixmap(iconsDir + "tree_view.xpm"), "Full View", this); in ConfigMainWindow()
1355 fullViewAction->setCheckable(true); in ConfigMainWindow()
1356 connect(fullViewAction, &QAction::triggered, in ConfigMainWindow()
1414 toolBar->addAction(fullViewAction); in ConfigMainWindow()
1623 fullViewAction->setEnabled(true); in showSingleView()
1624 fullViewAction->setChecked(false); in showSingleView()
1644 fullViewAction->setEnabled(true); in showSplitView()
1645 fullViewAction->setChecked(false); in showSplitView()
1669 fullViewAction->setEnabled(false); in showFullView()
1670 fullViewAction->setChecked(true); in showFullView()
H A Dqconf.h270 QAction *fullViewAction; variable