Regarding placing images in the grid
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.
Re: Regarding placing images in the grid
QLabel is the class intended for displaying images and as it is a QWidget you can add it to a grid layout. That's probably the simplest way to do a thumbnail view.
Mark
Re: Regarding placing images in the grid
[QUOTE=Sorcery-ltd;545516]QLabel is the class intended for displaying images and as it is a QWidget you can add it to a grid layout. That's probably the simplest way to do a thumbnail view.
Mark[/QUOTE]
As of now I am using QFileDialog which displays all the images in the list.
But I want to place these images in thumbnails.
Do I need to use QListWidget and try with qLabel with grid layout.
Re: Regarding placing images in the grid
Hi,
for these generic (non-S60 specific) questions I'd hope that everyone would have a look at [url]http://www.qtcentre.org/forum/[/url] before posting.
Most of the answers to generic Qt questions can be found there.
Thanks,
Jack