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

/linux-master/scripts/kconfig/
H A Dqconf.cc1419 fullViewAction = new QAction(QPixmap(xpm_tree_view), "Full View", this);
1420 fullViewAction->setCheckable(true);
1421 connect(fullViewAction, &QAction::triggered,
1466 toolBar->addAction(fullViewAction);
1685 fullViewAction->setEnabled(true);
1686 fullViewAction->setChecked(false);
1706 fullViewAction->setEnabled(true);
1707 fullViewAction->setChecked(false);
1731 fullViewAction->setEnabled(false);
1732 fullViewAction
[all...]
H A Dqconf.h272 QAction *fullViewAction; member in class:ConfigMainWindow

Completed in 109 milliseconds