Am Mittwoch, 12. August 2009 schrieb Scott Ballard: > Does anyone know of a way to collapse/expand a frame or a group box that > contains widgets in it? I don't see anything in the docs or Google about > it, but it would seem like something common.
Try .hide()/.show() resp. .setVisible(bool) Pete _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
