just found this:
http://www.qtsoftware.com/developer/...entry&id=94559
so it means i can't change the margins in QTableView?Bug Description: setViewportMargins() has no effect on QTableView, when calling this function it does not visual change to the margins for the QTableView widget.
Answer:
QTableView manages the viewport margins itself, this is not something that the user should be able to set.
Bookmarks