Hi,
I have a little Problem with a frozen row I implemented. Reference.

In the 1st Row of my Table I have a number of widgets (multiSelect ComboBoxes) as input for filters to create new views. I reimplemented the frozen column example for rows and it almost works. The reason why I chose a frozen Row is: it stays in place while scrolling, and it doesn't change position when sorting is enabled.

The problem is that the frozen Row covers the 1st line of my data in the table. So how can I leave the 1st row of my QTableWidget empty while sorting is enabled?

thx for any help