how change scrollbar position next header

to below header?

any ideas how implement appreciated.
you can try below hack:
- put
qtableview
in qvboxlayout
- get horizontal header view qtableview using
horizontalheader()
- insert horizontal header view in
qvboxlayout
on top of qtableview
Comments
Post a Comment