QAction            41 scripts/kconfig/qconf.cc QAction *ConfigMainWindow::saveAction;
QAction           874 scripts/kconfig/qconf.cc 			QAction *action;
QAction           877 scripts/kconfig/qconf.cc 			action = new QAction("Show Name", this);
QAction           885 scripts/kconfig/qconf.cc 			action = new QAction("Show Range", this);
QAction           893 scripts/kconfig/qconf.cc 			action = new QAction("Show Data", this);
QAction           909 scripts/kconfig/qconf.cc QAction *ConfigView::showNormalAction;
QAction           910 scripts/kconfig/qconf.cc QAction *ConfigView::showAllAction;
QAction           911 scripts/kconfig/qconf.cc QAction *ConfigView::showPromptAction;
QAction           942 scripts/kconfig/qconf.cc void ConfigView::setOptionMode(QAction *act)
QAction          1227 scripts/kconfig/qconf.cc 	QAction* action = new QAction("Show Debug Info", popup);
QAction          1381 scripts/kconfig/qconf.cc 	backAction = new QAction(QPixmap(xpm_back), "Back", this);
QAction          1384 scripts/kconfig/qconf.cc 	QAction *quitAction = new QAction("&Quit", this);
QAction          1387 scripts/kconfig/qconf.cc 	QAction *loadAction = new QAction(QPixmap(xpm_load), "&Load", this);
QAction          1390 scripts/kconfig/qconf.cc 	saveAction = new QAction(QPixmap(xpm_save), "&Save", this);
QAction          1398 scripts/kconfig/qconf.cc 	QAction *saveAsAction = new QAction("Save &As...", this);
QAction          1400 scripts/kconfig/qconf.cc 	QAction *searchAction = new QAction("&Find", this);
QAction          1403 scripts/kconfig/qconf.cc 	singleViewAction = new QAction(QPixmap(xpm_single_view), "Single View", this);
QAction          1406 scripts/kconfig/qconf.cc 	splitViewAction = new QAction(QPixmap(xpm_split_view), "Split View", this);
QAction          1409 scripts/kconfig/qconf.cc 	fullViewAction = new QAction(QPixmap(xpm_tree_view), "Full View", this);
QAction          1413 scripts/kconfig/qconf.cc 	QAction *showNameAction = new QAction("Show Name", this);
QAction          1417 scripts/kconfig/qconf.cc 	QAction *showRangeAction = new QAction("Show Range", this);
QAction          1420 scripts/kconfig/qconf.cc 	QAction *showDataAction = new QAction("Show Data", this);
QAction          1426 scripts/kconfig/qconf.cc 	connect(optGroup, SIGNAL(triggered(QAction*)), configView,
QAction          1427 scripts/kconfig/qconf.cc 		SLOT(setOptionMode(QAction *)));
QAction          1428 scripts/kconfig/qconf.cc 	connect(optGroup, SIGNAL(triggered(QAction *)), menuView,
QAction          1429 scripts/kconfig/qconf.cc 		SLOT(setOptionMode(QAction *)));
QAction          1431 scripts/kconfig/qconf.cc 	configView->showNormalAction = new QAction("Show Normal Options", optGroup);
QAction          1432 scripts/kconfig/qconf.cc 	configView->showAllAction = new QAction("Show All Options", optGroup);
QAction          1433 scripts/kconfig/qconf.cc 	configView->showPromptAction = new QAction("Show Prompt Options", optGroup);
QAction          1438 scripts/kconfig/qconf.cc 	QAction *showDebugAction = new QAction("Show Debug Info", this);
QAction          1443 scripts/kconfig/qconf.cc 	QAction *showIntroAction = new QAction("Introduction", this);
QAction          1445 scripts/kconfig/qconf.cc 	QAction *showAboutAction = new QAction("About", this);
QAction           224 scripts/kconfig/qconf.h 	void setOptionMode(QAction *);
QAction           236 scripts/kconfig/qconf.h 	static QAction *showNormalAction;
QAction           237 scripts/kconfig/qconf.h 	static QAction *showAllAction;
QAction           238 scripts/kconfig/qconf.h 	static QAction *showPromptAction;
QAction           295 scripts/kconfig/qconf.h 	static QAction *saveAction;
QAction           325 scripts/kconfig/qconf.h 	QAction *backAction;
QAction           326 scripts/kconfig/qconf.h 	QAction *singleViewAction;
QAction           327 scripts/kconfig/qconf.h 	QAction *splitViewAction;
QAction           328 scripts/kconfig/qconf.h 	QAction *fullViewAction;