[PyQt] How to put a banner on my app

Tuxman geotux_tuxman at linuxmail.org
Tue Oct 27 21:06:54 GMT 2009


 Thank you Baz, it works just like I wanted.

Regards.

Germán Carrillo

  ----- Original Message -----
  From: "Baz Walter"
  To: Tuxman
  Cc: pyqt at riverbankcomputing.com
  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!

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20091027/b8005480/attachment.html


More information about the PyQt mailing list