[PyKDE] Newbie Geometry Management Questions...
Toby Dickenson
tdickenson at devmail.geminidataloggers.co.uk
Thu Sep 2 08:54:12 BST 2004
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
More information about the PyQt
mailing list