Quote Originally Posted by macias View Post
I though that resize mode for headers will do the trick however, after comparison:
Qt Code:
  1. verticalHeader()->setResizeMode(QHeaderView::Fixed);
  2. horizontalHeader()->setResizeMode(QHeaderView::Interactive);
To copy to clipboard, switch view to plain text mode 

I see absolutely no difference in behaviour -- I mean, both are interactively resizeable.
Something must be mixing it up. QHeaderView::Fixed should do the trick. At least it does for me with Qt 4.2.3 and 4.3.0.