How do I make the list (based on QAbstractItemView or any other) so all the items in it would display as specific graphical images or do I need to paint with primitives each and every item?
I need to make an individual appearance for every item in the visible area of the list and also an individual appearance for the active item.
How do I make such a thing?
P.S. I guess I need to do it with QAbstractItemDelegate:aint(...) but I can't understand how
![]()
Bookmarks