Hello,

Can anyone point me to documentation &/or examples for setting pixmaps in a table view that gets its data from a table model?

I have a table view I populate from a QSqlRelationalTableModel instance. One of the model's data fields is an absolute path to small thumbnail images on disk. I'd like to intercept the model's data for the image paths and paint the images as pixmaps in one of the columns of cells of the table view.

Thanks in advance!
Scott


_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to