We have ListView.Groups in .NET. Is there an equivalent in Qt (without using Windows APIs)?
I am unable to find anything that indicates support for this in the documentation for Qt.
Example in Windows Vista/7: http://i50.tinypic.com/zumgyg.jpg
Thanks in advance!
It looks like that is very easy to do with Qt model-view control.
It’s a little confusing at first, but basically all lists, tree ctrls and grids are treated in the same way – which lets you do interestign combiantions of them very easily.
Edit: Casey posted a useful comment in an answer that was deleted.
Here is the text and the link:
http://doc.trolltech.com/4.6/qabstractitemview.html#setItemDelegate