<br><br>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.<br><br>I&#39;ve tried to insert some widgets &quot;into&quot; a QGroupBox, but the widgets actually appeared under the group box, not inside it.
<br>How do I get the widgets to appear &quot;inside&quot; of the group box?<br><br>When I called the setLayout() method of QGroupBox and passed it the parent layout, the whole window never appears.<br><br><br><br>