[PyQt] Newbie question regarding Qt Designer and PyQt

Donovan Parks donovan.parks at gmail.com
Mon Oct 5 13:30:57 BST 2009


Thanks Ville,

The problem was that my widgets were inside of a group box. I didn't
realize one could (needed) to specify a layout for the group box. All
is well now.

Cheers,
Donovan

On Mon, Oct 5, 2009 at 3:59 AM, Ville M. Vainio <vivainio at gmail.com> wrote:
> Your QFormLayout ends up with a very small size if it's not inside
> another layout. What layout is your QFormLayout contained in? When you
> say it's "right of some labels", what do you mean? The position you
> draw them at in Qt Designer is not enough to tell where/what size they
> will end up with, you always need layout objects to describe this.


More information about the PyQt mailing list