PDA

View Full Version : QTableWidget frozen Column



Qiieha
16th November 2011, 14:02
Hi
I have a problem and need a solution. I use a QTableWidget to view data and I want to implement a frozen Column(first column).
I saw the example of Qt frozen column, but in the example a QTableView is used.

Does somebody know if I can implement something like that in a QTableWidget. The sorting has to be available for all columns.

thank u

Qiieha
16th November 2011, 16:55
Is it a good solution to add a second QTableWidget and connect the sort signals?