Is it possible to style a QTableView’s cells to look like Headers?
I am trying to implement a QTableView that will act like a header for another QTableView.
This is because I need a multiple-level header for my tableView.
Is there a way that I could make this QTableView look exactly like a header?
Including the State_Sunken / State_On behavior.
At the moment I am looking at QStyleOptionViewItem but I am a bit confused with this.
Thanks in advance.
↧