[PyQt] Parent/Child widget clipping

JPolk jpolk5001 at yahoo.com
Wed Feb 1 19:47:01 GMT 2012


...not sure if this is the proper or elegant way, but I found a
workaround....by setting minWidth and minHeight

    self.widget.setMinimumWidth(minW)
    self.widget.setMinimumHeight(minH)

...then, once inserted into the TreeWidget, it retains it's height, and
isn't clipped...





--
View this message in context: http://python.6.n6.nabble.com/Parent-Child-widget-clipping-tp4352146p4357177.html
Sent from the PyQt mailing list archive at Nabble.com.


More information about the PyQt mailing list