Re: [Interest] QTreeWidget with fixed or min row height

2015-03-16 Thread Bo Thorsen
Den 16-03-2015 kl. 17:47 skrev Duane: I'm trying to set up a tree widget where I can resize the column width to content but maintain a fixed row height. I have a custom delegate which I use to paint cell borders and I've added an overload to QSizeHint for this. I've also tried just setting

Re: [Interest] QTreeWidget with fixed or min row height

2015-03-16 Thread Duane
On 16/03/2015 12:56 PM, Bo Thorsen wrote: Den 16-03-2015 kl. 17:47 skrev Duane: I'm trying to set up a tree widget where I can resize the column width to content but maintain a fixed row height. I have a custom delegate which I use to paint cell borders and I've added an overload to