[Qt-qml] Possible bug in QDeclarativeImageProvider
vineeth
nvineeth at gmail.com
Mon Jun 13 07:00:00 CEST 2011
Hi,
There is probably a bug in QDeclarativeImageProvider
I am using a URI something like "image://imgprovider/<idx1>/<idx2>" where
idx1, idx2=0, 1, 2, ....
From what I have observed, the previous images are cached, and new image
requests are not performed.
for ex: previously if I have requested the image with
"image://imgprovider/0/0" and the next time I use this value, the
requestImage() method is not called and the older image is used. Is it a bug
or a expected caching behavior?
Either way, to get around this problem, I am using random values for idx1
each time the image changes in the backend.
--vineeth
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20110613/5bd34a19/attachment.html
More information about the Qt-qml
mailing list