"
An: interest@qt-project.org
Betreff: Re: [Interest] ImageProvider Threading
Gunnar:
Thanks for the 5.6 doc link.
Could not find anything that talks about parallel loading. But if you
say it will provide parallel loading, what does the QML Image { } object
display while the image is loading?
I m
> On 18 Sep 2015, at 08:57, m...@rpzdesign.com wrote:
>
> Gunnar:
>
> Thanks for the 5.6 doc link.
>
> Could not find anything that talks about parallel loading. But if you
> say it will provide parallel loading, what does the QML Image { } object
> display while the image is loading?
The i
Gunnar:
Thanks for the 5.6 doc link.
Could not find anything that talks about parallel loading. But if you
say it will provide parallel loading, what does the QML Image { } object
display while the image is loading?
I may want to return with a standard "Loading image..." image for those
imag
Hi Mark,
I think it is serial. In Qt 5.6 there will be a new QQuickAsyncImageProvider class, with it you can do parallel image loading/rendering.
Regards,
Gunnar Roth
Gesendet: Freitag, 18. September 2015 um 02:29 Uhr
Von: "mark diener"
An: "interest@qt-project.org"
Betreff: [Interest] Ima