Searched refs:setValue (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/scripts/kconfig/ |
| H A D | qconf.cc | 75 setValue(key, stringList); in writeSizes() 378 configSettings->setValue("/showName", showName); in saveSettings() 762 setValue(item, no); in keyPressEvent() 765 setValue(item, mod); in keyPressEvent() 768 setValue(item, yes); in keyPressEvent() 944 configSettings->setValue("/showDebug", showDebug()); in saveSettings() 1217 configSettings->setValue("/window x", pos().x()); in saveSettings() 1218 configSettings->setValue("/window y", pos().y()); in saveSettings() 1738 configSettings->setValue("/window x", pos().x()); in saveSettings() 1739 configSettings->setValue("/window y", pos().y()); in saveSettings() [all …]
|
| H A D | qconf.h | 67 void setValue(ConfigItem* item, tristate val);
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 2753 self.fetch_count.setValue(10) 2842 self.progress.setValue(percent) 2850 self.progress.setValue(0)
|