Thank you Baz, it works just like I wanted. Regards.
Germán Carrillo ----- Original Message ----- From: "Baz Walter" To: Tuxman Cc: [email protected] Subject: Re: [PyQt] How to put a banner on my app Date: Tue, 27 Oct 2009 20:05:41 +0000 Tuxman wrote: > Is there a way to hide the title region on a Dock Widget? titlebar = QWidget() mydockwidget.setTitleBarWidget(titlebar) nb: i think it may be best to do this *before* calling mydockwidget.setWidget in your code. i got some strange errors when i tried it round the other way, but YMMV. HTH -- Be Yourself @ mail.com! Choose From 200+ Email Addresses Get a Free Account at www.mail.com!
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
