Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to place table into table header
-
Hi all. I've table (child of QAbstractTableModel), there i need to make somthing like table in vertical/horizontal header. Is it possible?
-
Hi,
Could you post a sketch of what you want achieve?
-
I want make cells in header like H1, H1.1, H2, H2.1 and etc.
-
Hi,
I think is possbile but you have to create your
QHeader
subclass.
There is also this solution but is commercial
-
@mcosta Can i use QHeader in QTableView? As i seen i can use it only with QTableWidget
-
@mcosta Probably i can make another variant, like make "fake" header in regular cells. Is it possible to make some cell's borders thin? (for separete normal cells from fake header)