showRangeAction  1417 scripts/kconfig/qconf.cc 	QAction *showRangeAction = new QAction("Show Range", this);
showRangeAction  1418 scripts/kconfig/qconf.cc 	  showRangeAction->setCheckable(true);
showRangeAction  1419 scripts/kconfig/qconf.cc 	  connect(showRangeAction, SIGNAL(toggled(bool)), configView, SLOT(setShowRange(bool)));
showRangeAction  1473 scripts/kconfig/qconf.cc 	optionMenu->addAction(showRangeAction);