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 height. I've been reading up on
sizeHints, but haven't found an example I understand yet.

Have you tried looking at QMainWindow? It handles the menubar and statusbar automatically for you. Just call menuBar() and statusBar() on the QMainWindow instance to get access to them for changing their properties.


Ciao,
Gordon

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to