showDataAction   1420 scripts/kconfig/qconf.cc 	QAction *showDataAction = new QAction("Show Data", this);
showDataAction   1421 scripts/kconfig/qconf.cc 	  showDataAction->setCheckable(true);
showDataAction   1422 scripts/kconfig/qconf.cc 	  connect(showDataAction, SIGNAL(toggled(bool)), configView, SLOT(setShowData(bool)));
showDataAction   1474 scripts/kconfig/qconf.cc 	optionMenu->addAction(showDataAction);