Hello,

i have a customized QAbstractTableModel and in the lines of a column i want to display an QIcon and a QImage and some text, side by side. Im using Qt:ecorationRole for the QIcon and Qt:isplayRole for the text, but i don't really know how can i include the QImage too. Any help? I tried to create a custom role, but i couldn't make it work :T