[Interest] HierarchicalHeaderView for a QTableView

Alex Strickland sscc at mweb.co.za
Tue Nov 13 16:03:07 CET 2012


Hi

I downloaded this:
	http://qt-apps.org/content/show.php?content=103154

It seems quite nice to allow hierarchical headers for a QTableView, but 
it looks like the hierarchy must always have a "root".

I am trying to add multiple "root" columns, or alternately hide the root 
row/column.

Actually if I replace:
             QStandardItem* rootItem = new QStandardItem("root");
with:
             QStandardItem* rootItem = new QStandardItem("");

the root row header is hidden, but not the root column row header. Any 
ideas?

-- 
Regards
Alex



More information about the Interest mailing list