Hello,

I would like to make vertical headers fixed size -- i.e. so the user could not just drag the small separation line between cells in headers to make rows bigger or smaller.

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.

Thank in advance for your help.

have a nice day, bye