singleViewAction 1403 scripts/kconfig/qconf.cc 	singleViewAction = new QAction(QPixmap(xpm_single_view), "Single View", this);
singleViewAction 1404 scripts/kconfig/qconf.cc 	singleViewAction->setCheckable(true);
singleViewAction 1405 scripts/kconfig/qconf.cc 	  connect(singleViewAction, SIGNAL(triggered(bool)), SLOT(showSingleView()));
singleViewAction 1454 scripts/kconfig/qconf.cc 	toolBar->addAction(singleViewAction);
singleViewAction 1678 scripts/kconfig/qconf.cc 	singleViewAction->setEnabled(false);
singleViewAction 1679 scripts/kconfig/qconf.cc 	singleViewAction->setChecked(true);
singleViewAction 1697 scripts/kconfig/qconf.cc 	singleViewAction->setEnabled(true);
singleViewAction 1698 scripts/kconfig/qconf.cc 	singleViewAction->setChecked(false);
singleViewAction 1720 scripts/kconfig/qconf.cc 	singleViewAction->setEnabled(true);
singleViewAction 1721 scripts/kconfig/qconf.cc 	singleViewAction->setChecked(false);
singleViewAction  326 scripts/kconfig/qconf.h 	QAction *singleViewAction;