I\'m using Qt4 and I have a QTableView which displays data using a custom model. I\'d like to have two rows in the table header, ideally with some of the cell
Under the impression of HierarchicalHeaderView I've made a Python port of it and a simple model to display pandas DataFrames with multilevel headers (MultiIndex) in QTableView.
Here're the first results dataframemodel. upd: it's quite slow with big DataFrames