Home
last modified time | relevance | path

Searched refs:setValue (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dqconf.cc95 setValue(key, stringList); in writeSizes()
386 configSettings->setValue("/showName", showName); in saveSettings()
387 configSettings->setValue("/showRange", showRange); in saveSettings()
388 configSettings->setValue("/showData", showData); in saveSettings()
389 configSettings->setValue("/optionMode", (int)optMode); in saveSettings()
474 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() function in ConfigList
755 setValue(item, no); in keyPressEvent()
758 setValue(item, mod); in keyPressEvent()
761 setValue(item, yes); in keyPressEvent()
813 setValue(item, no); in mouseReleaseEvent()
[all …]
H A Dqconf.h67 void setValue(ConfigItem* item, tristate val);