Re: [Interest] ImageProvider Threading

2015-09-18 Thread Gunnar Roth
" 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

Re: [Interest] ImageProvider Threading

2015-09-18 Thread Gunnar Sletta
> 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

Re: [Interest] ImageProvider Threading

2015-09-17 Thread m...@rpzdesign.com
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

Re: [Interest] ImageProvider Threading

2015-09-17 Thread Gunnar Roth
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