PDA

View Full Version : Regarding placing images in the grid



prajna
20th February 2009, 06:04
Dear All,
I am developing image gallery application in Qt S60.
I want to place the images in the grid as thumbnails.


One option is to place the images on the buttonns and place thos ein grid.But I want the thumnail view for the images.Can this be done for Qt.
Information on this would be helpful.

As of now I am using QFileDialog which displays all the images in the list.
But I want to place these images in thumbnails.

wysota
20th February 2009, 08:01
See QListView and QTableView as well as QListWidget and QTableWidget.