Re: [Interest] Loader QML Transitions

2014-11-06 Thread m...@rpzdesign.com
Frederico and Jereme: Thanks for your answers. But Jereme is on to something. I will use Animations to achieve the effect since it gives fine granularity, that status property is not fine grained enough. But I do not need to swap out the Loader for a stackview since my screens have no particula

Re: [Interest] Loader QML Transitions

2014-11-06 Thread Jereme Lamothe
Have a look at the StackView control as a replacement for your use of a Loader (Documentation at http://qt-project.org/doc/qt-5/qml-qtquick-controls-stackview.html). The transition between items is animated. On Thu, Nov 6, 2014 at 9:16 AM, rpzrpz...@gmail.com wrote: > Does anybody have a comment

Re: [Interest] Loader QML Transitions

2014-11-06 Thread Federico Buti
I think you can exploit the status associated with the Loader. Cheers, F. On 6 November 2014 15:16, rpzrpz...@gmail.com wrote: > Does anybody have a comment about the Loader QML component. > > I would like to support a IOS lik

[Interest] Loader QML Transitions

2014-11-06 Thread rpzrpz...@gmail.com
Does anybody have a comment about the Loader QML component. I would like to support a IOS like Segue where the current QML file has a graphic transition to another QML file When I set the source of a loader component, obviously it dumps the current QML OpenGL objects and loads the new QML objects