<br>Using this as a reference<br><a href="http://doc.trolltech.com/4.1/qvboxlayout.html#details">http://doc.trolltech.com/4.1/qvboxlayout.html#details</a><br><br>I want to have two QVboxLayouts side by side, with buttons 6-10 in another QVBoxLayout on the same window.
<br>Ideally, there would be one vertical stack of widgets on the left, and another stack of vertical widgets on the right.<br><br>Do I need to add another layout or container to the window first, in order to add 2 QVboxlayouts, side by side?
<br><br>