RE: [PyKDE] Newbie Geometry Management Questions...

2004-09-02 Thread Gary Coulbourne
>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

Re: [PyKDE] Newbie Geometry Management Questions...

2004-09-02 Thread Gordon Tyler
Timothy Grant wrote: Two questions on geometry management: 1) I have written some code containing a QSplitter, 2 QListViews, and a QStatusBar. The QSplitter and the QStatusBar are then placed into a QVBox. This works great until I resize the window, and then the StatusBar starts to increase in hei

Re: [PyKDE] Newbie Geometry Management Questions...

2004-09-02 Thread Toby Dickenson
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 QWid

[PyKDE] Newbie Geometry Management Questions...

2004-09-01 Thread Timothy Grant
Two questions on geometry management: 1) I have written some code containing a QSplitter, 2 QListViews, and a QStatusBar. The QSplitter and the QStatusBar are then placed into a QVBox. This works great until I resize the window, and then the StatusBar starts to increase in height. I've been readi