Searched refs:setValue (Results 1 – 2 of 2) sorted by relevance
| /scripts/kconfig/ |
| D | qconf.cc | 75 setValue(key, stringList); in writeSizes() 380 configSettings->setValue("/showName", showName); in saveSettings() 381 configSettings->setValue("/optionMode", (int)optMode); in saveSettings() 488 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() function in ConfigList 769 setValue(item, no); in keyPressEvent() 772 setValue(item, mod); in keyPressEvent() 775 setValue(item, yes); in keyPressEvent() 965 configSettings->setValue("/showDebug", showDebug()); in saveSettings() 1279 configSettings->setValue("/window x", pos().x()); in saveSettings() 1280 configSettings->setValue("/window y", pos().y()); in saveSettings() [all …]
|
| D | qconf.h | 69 void setValue(ConfigItem* item, tristate val);
|