Am Dienstag, 24. Oktober 2006 23:52 schrieb Matt Chambers: > 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. > > I'm sure this has something to do with the layout but I've read the docs > and tried > 1000 different combinations, I can't get the app to layout properly.
Get the parent/children relationship right and you're done.. As always, a small self contained script will give you more precise answers, as well as mentioning your favorite PyQt blend.. Pete _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
