Quote Originally Posted by anda_skoa View Post
Did you add instances of your QStandardItem subclass when populating the model?

Cheers,
_
Yes. As explained, it seems to work after I implemented data() and setData() in the subclass of QStandardItemModel. I expected that setting the prototype with "setItemPrototype()" is enough, but it seems it is not and I don't know why.