I've investigated this problem some more and found a reason for the problem experienced by Adam and myself. The widget in which my horizontal layout was placed had too restrictive a vertical geometry. Once I made my widget 'taller' in setGeometry() , I could add new subwidgets without any of them looking vertically squished.
Cheers, Matt Dubins -- This message was sent on behalf of [email protected] at openSubscriber.com http://www.opensubscriber.com/message/[email protected]/12482603.html _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
