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).
How to set a different default size for each separate column in a QTableView? I've found a method (QTableViewInstance->horizontalHeader()->setDefaultSectionSize(x)) but it makes equal default sizes.
QTableViewInstance->horizontalHeader()->setDefaultSectionSize(x)
Hi. You should use resizeSection() method of QHeaderView.