Hi all,

I try to design a dialog with QtDesigner. Inside a Group box i want the following layout

label... Spinbox1 Spinbox1
####
#....#
#....# . Lineedit
#....#
#....#
####


where ### is the listbox.

every time I try to use a grid layout the size of the list box grows to much bigger size than I need. Even if i set the sizePolicy to fixed to Minimum or every other value

How can I prevent this nasty behaviour ?

Thanks an have a nice day

dexli