On Wednesday 01 September 2004 22:36, Timothy Grant wrote: > 2) I can't set the QVBoxLayout object as the QApp.CentralWidget(). What am > I missing here?
Layout objects *manage* the arrangement of child widgets inside a parent widget. They are not themselves a widget. You need to create a QWidget (I guess) as your top level container. > 1) This works great until I resize the window, and then the > StatusBar starts to increase in height. Can you post a small example so we can see what you mean? > I thought that was wonderful. :-) -- Toby Dickenson _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
