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

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to