Can I have more than one line in a table header in Qt?

后端 未结 4 2015
隐瞒了意图╮
隐瞒了意图╮ 2020-12-19 06:40

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

4条回答
  •  旧时难觅i
    2020-12-19 07:02

    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

提交回复
热议问题