hello all
I am having trouble with layout in qtdesigner
I want to layout some widgets like this -
<label> <line text edit>
<label> <line text edit> <button>
<label> <combo box>
I want the combo box to be a fixed size and the line edits to reasonably long
So I created the widgets the size that I want then selected them alll and applied a grid layout. This almost gives me what I want except that the combo box is the same size as the line edits.
So I made the combo box have a fixed horizontal policy and tried again. The combo box is now a fixed size but is alot smaller than i specified

How can I fix this?


TIA

Graham