Searched refs:setValue (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/scripts/kconfig/ |
| D | qconf.cc | 72 setValue(key, stringList); in writeSizes() 375 configSettings->setValue("/showName", showName); in saveSettings() 376 configSettings->setValue("/optionMode", (int)optMode); in saveSettings() 483 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() function in ConfigList 764 setValue(item, no); in keyPressEvent() 767 setValue(item, mod); in keyPressEvent() 770 setValue(item, yes); in keyPressEvent() 957 configSettings->setValue("/showDebug", showDebug()); in saveSettings() 1277 configSettings->setValue("/window x", pos().x()); in saveSettings() 1278 configSettings->setValue("/window y", pos().y()); in saveSettings() [all …]
|
| D | qconf.h | 69 void setValue(ConfigItem* item, tristate val);
|
| /Linux-v5.10/tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 2746 self.fetch_count.setValue(10) 2835 self.progress.setValue(percent) 2843 self.progress.setValue(0)
|