Quote Originally Posted by Strongoloid View Post
Do you mean to have, for instance, each of the 32 items as a separate item, with a delegate for the item?
Yes.
What would I have to reimplement in the QTreeView?
Methods responsible for layout of items and their size (indexAt, visualRect, etc.). This is a bit of work and you have to think how you are going to implement it before you start.