Looks like you want a QTreeView and a model that returns the secondary row information as a row with a parent pointing at the primary row. Certainly where I'd start to look.
Looks like you want a QTreeView and a model that returns the secondary row information as a row with a parent pointing at the primary row. Certainly where I'd start to look.
Ya probably you could opt for QTreeView as said above.
Or you can choose delegates. You will need to draw yourself, and you can divide the area as you like![]()
I would like to see all in the same row, i will try with delegates and if i dont get the result i want i will try with treeview, thanks to both for the suggestions.
Bookmarks