Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I use the QHeaderView::setResizeMode(Stretch) to make the columns of a table view equally sized, But after that I am unable to resize them. I want the columns to be initially equally sized but they can be resized later. I am using version 4.7
try this mode ResizeToContents
This mode also does not work, the documentation of this property clearly states this as well.