in the layout I have already inserted the three group boxes and the list of radio buttons (vertically)
but it is the arrangement as indicated that I cannot figure out how to do.
I’ve spaced the list between radio buttons
but i can’t move the three groups to the right?
edit:
to emulate the TableLayout(2,1) effect.
I had come up with a escamotage
use two GroupBoxes as columns
inserting the radiobuttonlist in the first one
Left GroupBox and the other three
GroupBox in the right GroupBox
ps but obviously using TableLayout is more professional, thanks.
the space of the radiobuttonlist if it were possible, I would suggest a boolean value that goes to
enable/disable the last intermediate space, which maybe in some situations might not be necessary