switch button problem! qml
Solved
QML and Qt Quick
-
Hello
I have some switches in my program and I want to disable them using a lock button. when I toggle on the lock switch button the property "checkable" is set to false.
When I toggle on the lock button and touch the switches in won't be toggled. However, if I drag them while the lock switch is still true they will toggle!
I don't know what is the problem! is there any other property that can disable the switch?
regards