Searched refs:setValue (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/scripts/kconfig/ |
D | qconf.cc | 86 setValue(key, stringList); in writeSizes() 377 configSettings->setValue("/showName", showName); in saveSettings() 378 configSettings->setValue("/showRange", showRange); in saveSettings() 379 configSettings->setValue("/showData", showData); in saveSettings() 380 configSettings->setValue("/optionMode", (int)optMode); in saveSettings() 465 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() function in ConfigList 746 setValue(item, no); in keyPressEvent() 749 setValue(item, mod); in keyPressEvent() 752 setValue(item, yes); in keyPressEvent() 804 setValue(item, no); in mouseReleaseEvent() [all …]
|
D | qconf.h | 67 void setValue(ConfigItem* item, tristate val);
|
/Linux-v5.4/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1368 self.fetch_count.setValue(10) 1457 self.progress.setValue(percent) 1465 self.progress.setValue(0)
|