Multilevel header TableView possible?
-
I have the following table in QtWidgets for representing a pivot table:
QHeaderView allows me on QtWidgets to not only have multiple levels of headers, but even add other widgets in the headers as well, in my case, adding a crosshair icon to expand and collapse groups of headers as well is possible.
I want to migrate my table to QML, but I'm having a hard time understanding how HorizontalHeaderView and VerticalHeaderView work, do those classes support the same thing or very similar to what I can achieve with QHeaderView?