Searched refs:setValue (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/scripts/kconfig/ |
A D | qconf.cc | 72 setValue(key, stringList); in writeSizes() 377 configSettings->setValue("/showName", showName); in saveSettings() 766 setValue(item, no); in keyPressEvent() 769 setValue(item, mod); in keyPressEvent() 772 setValue(item, yes); in keyPressEvent() 962 configSettings->setValue("/showDebug", showDebug()); in saveSettings() 1285 configSettings->setValue("/window x", pos().x()); in saveSettings() 1286 configSettings->setValue("/window y", pos().y()); in saveSettings() 1814 configSettings->setValue("/window x", pos().x()); in saveSettings() 1815 configSettings->setValue("/window y", pos().y()); in saveSettings() [all …]
|
A D | qconf.h | 69 void setValue(ConfigItem* item, tristate val);
|
/linux-6.3-rc2/tools/perf/scripts/python/ |
A D | exported-sql-viewer.py | 2753 self.fetch_count.setValue(10) 2842 self.progress.setValue(percent) 2850 self.progress.setValue(0)
|
Completed in 16 milliseconds