Hi all,

I have a layout question.

I've made a form and put a QToolbox and a QFrame on it. I organized these two widgets by putting them into a QHBoxLayout. Now I want the toolbox on the left side to be of a static witdh so I put the sizePolicy to Fixed (horizontal) and Expanding (vertical). The right frame should occupy the rest of the space (Expanding, Expanding).

This seems to be ok because if I resize the layout box it behaves like I hoped (and expected) it would :-)

But now to the question.. how can I make the layout use the entire window? Forgive me that I fall back on my Delphi experience but in Delphi you had the alignement -> alClient option which is exactly what I would like to achieve here.

Thanks in advance!
Rob