Loading/Unloading images
-
wrote on 15 Jun 2011, 23:10 last edited by
What is the best way to load and unload images to help save memory.
Is there a global way to do this?
-
wrote on 16 Jun 2011, 01:36 last edited by
how about set the Image's source to "" for unload the image
-
wrote on 16 Jun 2011, 05:57 last edited by
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.
2/3