Reputation: 21
I'm looking for an example on how to freeze the last row in a QTableView?
Upvotes: 2
Views: 3912
Reputation: 1060
There's a thread over on the QtCentre forums here: http://www.qtcentre.org/threads/25484-Functionality-of-QTableView which states that you have to implement this functionality yourself, and gives you some pointers as to how to do it.
Upvotes: 2