Everything that is placed in the Layout will be automatically resized to fit the layout. This means that Qt can automatically resize if the user resizes the form at run time.
If you want absolute placement, the easiest way is to simply not use layouts, place things directly on MainForm. You can also place the โcontainerโ (the โGroupโ field, the โWidgetโ tab) inside the layout and place the components in it; containers do not act like layouts. All of this is in the manual .
thuga, , , . .