[PyKDE] Inserting widgets "into" a QGroupBox

Tony Cappellini cappy2112 at gmail.com
Tue Jan 30 21:34:46 GMT 2007


I have two QVBoxLayouts on a QDialogue. I want to put the widgets on the
left side of the window into one group box, and the widgets on the right
into another group box.

I've tried to insert some widgets "into" a QGroupBox, but the widgets
actually appeared under the group box, not inside it.
How do I get the widgets to appear "inside" of the group box?

When I called the setLayout() method of QGroupBox and passed it the parent
layout, the whole window never appears.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20070130/6c812c9a/attachment.html


More information about the PyQt mailing list