[PyQt] How to precisely control position/size of QDockWidgets

R Johnson ps16thypresenceisfullnessofjoy at gmail.com
Wed Apr 23 21:36:38 BST 2014


Thank you very much.

I tried:

     self.treewidget.sizeHint = lambda: QSize(150, -1)

and it works now.

-- Timothy


More information about the PyQt mailing list