Home
last modified time | relevance | path

Searched refs:showRange (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc335 showName(false), showRange(false), showData(false), optMode(normalOpt), in ConfigList()
353 showRange = configSettings->readBoolEntry("/showRange", false); in ConfigList()
388 if (showRange) { in reinit()
404 configSettings->writeEntry("/showRange", showRange); in saveSettings()
842 action->setOn(showRange); in contextMenuEvent()
910 if (list->showRange != b) { in setShowRange()
911 list->showRange = b; in setShowRange()
1351 showRangeAction->setOn(configList->showRange); in ConfigMainWindow()
H A Dqconf.h130 bool showName, showRange, showData; variable
228 bool showRange(void) const { return list->showRange; } in showRange() function