I'm currently evaluating the functionality of the QTableView widget and somehow miss the following functionality:
1) Multiple fixed columns (often used when showing a structured primary key for each row)
2) Fixed (last) row (often used when showing totals, counts, etc. in the last row)
3) Rearranging columns using drag and drop
4) Automatically size row/column width for individual or multiple columns
5) Column and row headers with mutiline text

I was wondering if I just missed this functionality when looking at the documentation or if this is really not supported. If not, I would be interested in understanding how the above mentioned functionality might e best implemented and if there are 3rd party widgets out there that might offer this functionality.

Thank you!