...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.
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to