Searched refs:setValue (Results 1 – 3 of 3) sorted by relevance
| /linux/scripts/kconfig/ |
| H A D | qconf.cc | 79 setValue(key, stringList); in writeSizes() 390 configSettings->setValue("/showName", showName); in saveSettings() 391 configSettings->setValue("/optionMode", (int)optMode); in saveSettings() 497 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() function in ConfigList 774 setValue(item, no); in keyPressEvent() 777 setValue(item, mod); in keyPressEvent() 780 setValue(item, yes); in keyPressEvent() 956 configSettings->setValue("/showDebug", showDebug()); in saveSettings() 1229 configSettings->setValue("/window x", pos().x()); in saveSettings() 1230 configSettings->setValue("/window y", pos().y()); in saveSettings() [all …]
|
| H A D | qconf.h | 68 void setValue(ConfigItem* item, tristate val);
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 2756 self.fetch_count.setValue(10) 2845 self.progress.setValue(percent) 2853 self.progress.setValue(0)
|