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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to