Looks like the only way is to subclass QTableView and put the additional header widget in the corner yourself. Alternatively you might try just to insert it into the tableview layout, without subclassing. Anyway both of these approaches require reading the class source code.
Bookmarks