Re: Layouts - very confused
Quote:
Originally Posted by
lhartzman
It seems to me that you don't get correct placement of widgets that you add and that the positioning will continue to change as the form is built.
Er... It's not a bug, it's a feature. More precisely it is the very purpose of layouts : adapting size/position according to the space available and the number of widgets (each with its own size constraints) to squeeze in it.
If you want to build fixed size layouts by hand and adjusting widget size/position by the pixel it is of course possible but it doesn't make much sense and takes a lot more time...
Re: Layouts - very confused
Quote:
Originally Posted by
fullmetalcoder
Er... It's not a bug, it's a feature. More precisely it is the very purpose of layouts : adapting size/position according to the space available and the number of widgets (each with its own size constraints) to squeeze in it.
If you want to build fixed size layouts by hand and adjusting widget size/position by the pixel it is of course possible but it doesn't make much sense and takes a lot more time...
I'm not saying that it is a bug. I'm trying to understand how to build a GUI if I don't know what to expect as I populate the form.
If I want to put a few widgets into a layout and I want them at the top of the form, what do I have to do to get them moved up to the top, just below the menu bar. If I want to move items to the bottom, what do I have to do?
I need to understand the process so I know how to make it work for me.
Re: Layouts - very confused
Use the so called "spacers". They are those little blue springs in Designer.