QML property on change ?
-
@SPlatten said in QML property on change ?:
@GrecKo , I tried that and it doesn't work, I think because the primitive type double is not an object.
That doesn't prevent it from triggering change signals.
Maybe your vehicle or data is changed in C++ without emitting any NOTIFY signal? if totalWaterDepth is in a QQmlPropertyMap it shouldn't be able to be changed without emitting a signal so that leaves the other two.
How do you know the final value changes?