views:

109

answers:

1

I'm looking for an example on how to freeze the last row in a QTableView?

+2  A: 

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.

Amos