Hello,

I program currently a GUI with PyQt and I've created a QTableWidget where vertical and horizontal headers are visible.

My problem is currently that I can not change the width of the vertical header with the mouse. The width of the other columns can I change already.

Changeable width:
2016-08-2513_15_03-testcaseupd.png

Not Changeable width:
2016-08-2513_16_41-testcaseupd.png

My question is whether it is possible to make the width of vertical header resizable.

Thanks