DO.
DO.

Reputation: 21

How to implement frozen rows in a QTableView

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

Upvotes: 2

Views: 3912

Answers (1)

Amos
Amos

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

Related Questions