How set height and width for QTreeWidgetItems
Unsolved
General and Desktop
-
Hi,
I have QWidgets as QTreeWidgetItem in QTreeWidget, how to set the height and width of those QWidgets size.
Thanks
-
@inforathinam
If you're saying you have your ownQWidget
s asQTreeWidgetItem
s, have you tried setting their height/width?