PDA

View Full Version : show the images in table column



Sara9
1st September 2011, 05:11
show images in table
Hello everyone
I have a project and I've designed the interface using QT.I want to show the results of running the project in the table
Results are (numbers - Photos - phrases)
I.e.
Table will be column to show the images - column of numbers - column of
words.

Can I show images in table column or not??

Note - the image size = 30 * 30 pixels


any suggestions?

marwyn
2nd September 2011, 10:39
I would suggest to create a custom delegate for your table view.

See http://doc.qt.nokia.com/latest/itemviews-stardelegate.html for an example on how to implement a custom delegate.

Regards,
Márwyn