Well, I wan't something like this:

|id|column1 |column2 |...
|1 |testentry|testentry|...
^ this can be scrolled!
^ this will always be in focus / shown

What I did, I just used two QTableViews and synct. the vertical ScrollBars. But I want it with one QTableView.
Is that possible?

thx