Searched refs:setValue (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/scripts/kconfig/ |
| D | qconf.cc | 74 setValue(key, stringList); in writeSizes() 379 configSettings->setValue("/showName", showName); in saveSettings() 380 configSettings->setValue("/optionMode", (int)optMode); in saveSettings() 487 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() function in ConfigList 768 setValue(item, no); in keyPressEvent() 771 setValue(item, mod); in keyPressEvent() 774 setValue(item, yes); in keyPressEvent() 964 configSettings->setValue("/showDebug", showDebug()); in saveSettings() 1287 configSettings->setValue("/window x", pos().x()); in saveSettings() 1288 configSettings->setValue("/window y", pos().y()); in saveSettings() [all …]
|
| D | qconf.h | 69 void setValue(ConfigItem* item, tristate val);
|
| /Linux-v6.6/tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 2753 self.fetch_count.setValue(10) 2842 self.progress.setValue(percent) 2850 self.progress.setValue(0)
|