Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a signal for when all the properties related to a state change have been set?
Are you talking about QState? If so, the signal propertiesAssigned is what you arel looking for.
Thanks, but I'm referring a QML state change. I don't believe the propertiesAssigned signal is exposed in qml.
Is there a way from QML to know when all the properties related to a state change have been assigned?
Hi,
There is an (undocumented) completed signal that is emitted. For Qt Quick 2.0 we should have a more complete set (right now I'm experimenting with aboutToExit, aboutToEnter, exited, and entered).
Regards, Michael