Re: [Interest] sizeHint for delegates not wqorking

2018-07-03 Thread Frank Rueter | OHUfx
Ah, thanks a lot! That did indeed fix it. Cheers, frank On 3/07/18 11:56 PM, Francis Herne wrote: On Tuesday, 3 July 2018 03:11:42 BST Frank Rueter | OHUfx wrote: Hi all, I am having trouble controlling my table view’s column sizes. I thought implementing the delegate’s sizeHint was a way to

Re: [Interest] sizeHint for delegates not wqorking

2018-07-03 Thread Francis Herne
On Tuesday, 3 July 2018 03:11:42 BST Frank Rueter | OHUfx wrote: > Hi all, > > I am having trouble controlling my table view’s column sizes. > I thought implementing the delegate’s sizeHint was a way to do this but > it won’t work for me. > > Can somebody please point out what I’m missing? You m

[Interest] sizeHint for delegates not wqorking

2018-07-02 Thread Frank Rueter | OHUfx
Hi all, I am having trouble controlling my table view’s column sizes. I thought implementing the delegate’s sizeHint was a way to do this but it won’t work for me. Can somebody please point out what I’m missing? Here is my test code: |from PySide2 import QtWidgets from PySide2 import QtCore c