configView       1369 scripts/kconfig/qconf.cc 	configView = new ConfigView(split2, "config");
configView       1370 scripts/kconfig/qconf.cc 	configList = configView->list;
configView       1415 scripts/kconfig/qconf.cc 	  connect(showNameAction, SIGNAL(toggled(bool)), configView, SLOT(setShowName(bool)));
configView       1416 scripts/kconfig/qconf.cc 	  showNameAction->setChecked(configView->showName());
configView       1419 scripts/kconfig/qconf.cc 	  connect(showRangeAction, SIGNAL(toggled(bool)), configView, SLOT(setShowRange(bool)));
configView       1422 scripts/kconfig/qconf.cc 	  connect(showDataAction, SIGNAL(toggled(bool)), configView, SLOT(setShowData(bool)));
configView       1426 scripts/kconfig/qconf.cc 	connect(optGroup, SIGNAL(triggered(QAction*)), configView,
configView       1431 scripts/kconfig/qconf.cc 	configView->showNormalAction = new QAction("Show Normal Options", optGroup);
configView       1432 scripts/kconfig/qconf.cc 	configView->showAllAction = new QAction("Show All Options", optGroup);
configView       1433 scripts/kconfig/qconf.cc 	configView->showPromptAction = new QAction("Show Prompt Options", optGroup);
configView       1434 scripts/kconfig/qconf.cc 	configView->showNormalAction->setCheckable(true);
configView       1435 scripts/kconfig/qconf.cc 	configView->showAllAction->setCheckable(true);
configView       1436 scripts/kconfig/qconf.cc 	configView->showPromptAction->setCheckable(true);
configView        321 scripts/kconfig/qconf.h 	ConfigView *configView;