[Qt-qml] Linking animations across different scopes

Alex alexlordax+qt at gmail.com
Fri Aug 27 00:49:10 CEST 2010


Similar to the question I just asked, but different :-)

I have a reusable component (A) that exposes a function, which starts
a SequentialAnimation within A.  This component is used by a higher
level component (B), where the function is invoked using a
ScriptAction in another SequentialAnimation that belongs to B.  I
would like the animation from component A to run to completion before
the animation in component B proceeds.

Is there any way to do that?

Cheers,
Alex



More information about the Qt-qml mailing list