[Interest] Slider value question
Damian Ivanov
damianatorrpm at gmail.com
Fri Dec 6 11:58:07 CET 2013
Hi all,
I have a question regarding the Slider element form Controls:
Slider {
minimumValue: 30
maximumValue: 100
stepSize: 1
value: mySettings.myValue
}
should myValue by updated when I slide the slider? Because my value
does not. I need to add
onValueChanged: mySettings.myValue = (value)
which results in a binding loop. What is the proper way to do it?
Thanks in advance,
Damian
More information about the Interest
mailing list