Quote Originally Posted by Everall
Hello,

Have a look at :
QLayout::setSizeConstraint(QLayout::setFixedSize)
which sets the dialog at its sizeHint. You have to use code for this.

Hope this helps
Thanks! This fixed my problem. I had expected to be able to test this using only the designer and the form preview...