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
i Mark, >> I think it is serial. In Qt 5.6 there will be a new >> QQuickAsyncImageProvider >> <http://doc-snapshots.qt.io/qt5-5.6/qquickasyncimageprovider.html> class, >> with >> it you can do parallel image loading/rendering. >> Regards, >> Gunnar Ro

Re: [Interest] ImageProvider Threading

2015-09-17 Thread m...@rpzdesign.com
9 Uhr > *Von:* "mark diener" > *An:* "interest@qt-project.org" > *Betreff:* [Interest] ImageProvider Threading > Hello List: > When dealing with multi-threading, the docs say that QQuickImageProvider > will load > images in a separate low priority thread. > As it r

Re: [Interest] ImageProvider Threading

2015-09-17 Thread Gunnar Roth
Betreff: [Interest] ImageProvider Threading Hello List:   When dealing with multi-threading, the docs say that QQuickImageProvider will load images in a separate low priority thread.   As it reads in the docs: http://doc.qt.io/qt-5/qquickimageprovider.html#details "When this is enabled,

[Interest] ImageProvider Threading

2015-09-17 Thread mark diener
Hello List: When dealing with multi-threading, the docs say that QQuickImageProvider will load images in a separate low priority thread. As it reads in the docs: http://doc.qt.io/qt-5/qquickimageprovider.html#details "When this is enabled, the image request to the provider is run in a low prior