Timothy Grant wrote:
Thanks to some help from here I've conquered my first geometry
management problem.

I now have a QStatusBar into which I am placing some text in a QLabel object.

It works exactly as advertised. However, the text appears low on the
StatusBar, and I'd love to have some control over it's vertical
placement as it looks a bit odd.

Is this possible?

Try: statusBar.setAlignment(Qt.AlignVCenter)

The PyQt API corresponds very closely to the normal Qt API, so you can use the http://doc.trolltech.com/ reference to find out stuff like this.

Ciao,
Gordon

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

Reply via email to