I'm pretty new to PyQt (and therefore, Qt), so I'm pretty sure that
the answer is a property that needs to be set somewhere. I'm just not
sure which one. So you know, I'm using Python 2.4.3 and PyQt 3.1.6.
Any help and suggestions would be appreciated. Thanks.
Probably best to start with the following...
http://doc.trolltech.com/4.3.0/layout.html#custom-widgets-in-layouts
Phil
Thanks for pointing me in the right direction. I'll take a look at it.