Hello,

Currently I have the following question. How could I set:

- Default row height of a QTableWidget row
- Default column width of a QTableWidget column

I know you can do this by implementing sizeHint in a QItemDelegate, and use resize functions, but since I have douzens of rows and columns I want a decent default size.

On the 'old' Qt forum there was a post by someone who provided a 'patch', for the row height (defaultSectionSize method and sectionSizeFromContents), but that patch doesn't work for some reason. I cannot post on that forum anymore, so I would appreciate it if some Qt guru could tell me how to implement this.

Greets,
Arthur