Hello,

I have small problem and I think its the last one to finish this project. I have I want to create Table view that contain items ( QListWidgetItem). Each item should contain name, image and pointer to hold object from type ( QSqlQueryModel).

I have to problem by item name and image. The only problem is to add to that Item a pointer can hold QSqlQueryModelobject. I try to subclass QListWidgetItemand add the pointer but did not work

can anyone help me in this ?
thanks