Hi,
I have a QML view ("options") where i load images from files in the
filesystem, like:
.cache/myprogram/image1
.cache/myprogram/image2
Before showing that view, i overwrite in the filesystem those files
"image1", "image2" with new content but the UI doesn't show those new
images.
I guess there is a cache of {"url": pixmap} somewhere, and it is using
the old Pixmaps instead of reloading from the files. How can i clean
that cache? Any method in Qt to do it? (QtGui.QPixmapCache.clear ()
didn't help). I am not using QtQuick, so i don't have the "cache"
property in the Image. Any way to simulate its behaviour?
Thanks!
Ivan
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside