Hi,
the GroupListView on the website is more than just a simple QTreeWidget/View..
The big difference is the grouping (in the example the rows with blue background) - Sure, I can do this by simply add an QTreeWidgetItem (or via a Model for QTreeView), but the text of the group-row can be longer than the cell it is in.
So what I need (if I have to do the grouping myself) is the ability to have a row that ignores the column boundaries.
I am not sure how I should describe it, in html it would be <td colspan="5">...
Aya
Bookmarks