Hi All,

My question is on QML. I have lets say 5 .qml files in same directory and each file is having some item and animation attached to that item.

One.qml
Two.qml
Three.qml
Four.qml
Five.qml

Now I want all these 5 .qml files should be executed in sequence i.e. it will start with One.qml and once all its animation is completed it will be removed and Two.qml will start executing its animation and this will continue till Five.qml's execution is completed.
I want to know how this can be achieved?


Regards

Manish