QWidget Layouts
Can I control the layout of fields on a QWidget or does Qt take care of this automatically?
For example, (picture attached), I want to define the lengths of the input fields and positon one above the other, but Qt has positioned them side by side. I have checked the Qt reference and although the field input length can be limited there does not seem to be a field width property.
|