Loading/Unloading images
QML and Qt Quick
3
Posts
3
Posters
2.9k
Views
1
Watching
-
You can also use a Loader to dynamically load and unload large items.
You may also want to use the 'cache' property on image: http://doc.qt.nokia.com/4.7-snapshot/qml-image.html#cache-prop . Try setting that to false.