[PyQt] Iterating over the contents of QGroupBox

Tony Cappellini cappy2112 at gmail.com
Wed Mar 14 21:59:44 GMT 2007


That call works (those children are better behaved)

children() actually returns the layout object as well- which is ok.
(This is probably what Andreas warned me about)

I don' t know if the others do, but I have something else I can work with now.

On 3/14/07, joanne matthews (RRes-Roth) <joanne.matthews at bbsrc.ac.uk> wrote:
> How about just:
>
> x=self.ui.grpProgramArgs.children()
>
> Joanne Matthews


More information about the PyQt mailing list