PDA

View Full Version : Image Loading



kavinsiva
11th August 2009, 08:50
hi,,



I want to load some group of images and i want to display it pls advice me suitable object to load the image and give me sample code in qt4.5

yogeshgokul
11th August 2009, 08:54
You can use QPixmap or QImage.

A.H.M. Mahfuzur Rahman
11th August 2009, 09:00
You can use QPixmap to load the image and also QPixmapCache to cache it if the image is too heavy.

If you use svg image, then you can use QSvgRenderer to render the image.