I use QSortFilterProxyModel for QTableView, when I set

Qt Code:
  1. setRowHeight(row, 40);
To copy to clipboard, switch view to plain text mode 

in the view after sort it breaks the height.

Is there a solution for it ?

Thank you