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 have a QTableWidget and would like the contents to expand to fit the middle column, I have three columns total. I can get ot to do this for the last column but how do I set for the middle column? Thanks for any help
tableWidget->horizontalHeader()->setSectionResizeMode(column,QHeaderView::ResizeToContents);
@VRonin Thanks, that did the trick.