Quote Originally Posted by freeskydiver View Post
Well, nice name for this function But this work not, too. ;( I got no changing.
Sorry, I test now with this function setResizeMode() function inherent.
Had also probs with the rowheight when i used QTableView first.

My experience is that it depends on the order how you setup your model & tabel and where you call
Qt Code:
  1. m_tableView->verticalHeader()->setDefaultSectionSize(20);
To copy to clipboard, switch view to plain text mode 

Try to call setDefaultSectionSize @ a different place.

afaik, it will always work with the order I posted above.