I have a QTreeWidget, that uses a custom item delegate to the paint it's items. These items can contain wrapping text.
When I resize the widget the text wraps differently changing the height requirements, but I can't get the row height to update on resize! if I hide and show the widget the height is properly adjusted.
What can I do in the resize event of the QTreeWidget to get it to recalculate the height of it's rows?
Bookmarks