PDA

View Full Version : QWebView progresive images



Talei
4th August 2011, 03:37
Hello,
I have question regarding QWebView and progressive image loading.
When I load i.e. progressive JPG file into view, view updates only when whole image is downloaded, while in i.e. firefox image is shown in "phases" depending how many data is available and what quality level i.e. JPG offers at particular moment.
I suspect that this is related to the JPG library itself, but I can be wrong.

Any idea how to achieve same effect as in i.e. firefox in QWebView when loading images?