bound value of a property in QML
-
I would like to bound value of property "center" in an instance of Map. If it had been my C++ class, I would have implemented that in setter method. However, Map belongs to QtLocations.
Is there any way I can intercept property change event and bound the value (push it through
qBound)? -
C Christian Ehrlicher moved this topic from General and Desktop on