[Qt-interest] PICTUREVIEW

Boudewijn Rempt boud at valdyas.org
Sat Dec 13 13:21:31 CET 2008


On Sat, 13 Dec 2008, RAHUL RAVINDRAN wrote:

> hello,
> Any body know how can i make a picture view which display the thumbnail images.
> The images is loaded from my filesystem.And double click on the thumbnail image
> i should invoke the gview application which show the image.
> how can i do it.I am using qt 3.3.

Do you really have to use Qt 3.3 -- you cannot upgrade to 4.4?

In any case, you'll need to do a lot of work yourself. Loading the images,
generating the thumbnails, populating a QIconView (3.x), or a QListWidget
(4.x) and acting on clicks -- you will have to write code for that. 

Boudewijn




More information about the Qt-interest-old mailing list