[PyQt] Collapse/expand frame

Hans-Peter Jansen hpj at urpla.net
Wed Aug 12 22:31:49 BST 2009


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


More information about the PyQt mailing list