[PyKDE] layout issues

David Boddie david at boddie.org.uk
Tue Oct 24 23:47:05 BST 2006


On Tuesday 24 October 2006 14:52:45 -0700, Matt Chambers wrote:

> Hi all, trying to use a QSplitter to separate 2 different widgets, they
> both end up as little tiny things in the upper left hand corder of the
> window.
>  Resizing the window doesn't affect them.

Sounds like the splitter has been placed inside a widget but not in a layout.
You need to create a layout in its parent widget and add the splitter to
that.

David




More information about the PyQt mailing list