I use QSortFilterProxyModel for QTableView, when I set
Code:
setRowHeight(row, 40);
in the view after sort it breaks the height.
Is there a solution for it ?
Thank you
Printable View
I use QSortFilterProxyModel for QTableView, when I set
Code:
setRowHeight(row, 40);
in the view after sort it breaks the height.
Is there a solution for it ?
Thank you