Results 1 to 2 of 2

Thread: Title bar of QWizard is missing?

  1. #1
    Join Date
    Jun 2009
    Posts
    11
    Thanks
    5

    Question Title bar of QWizard is missing?

    Hi,

    I created a QWizard in Qt4.4.0. However, when I use exec() to show it, the title bar (which contains the caption, the '?' button and 'x' button) is missing. If I use mouse to resize it just a little bit, the title bar will be back.

    Any idea of the reason and solution? Thanks.

  2. #2
    Join Date
    Jun 2009
    Posts
    11
    Thanks
    5

    Default Re: Title bar of QWizard is missing?

    It is solved by add "resize(width(), height()+1)" in the constructor of the QWizard.

Similar Threads

  1. Replies: 4
    Last Post: 23rd December 2008, 20:41
  2. Setting the title bar
    By Krish_ng in forum Qt Programming
    Replies: 1
    Last Post: 18th July 2007, 11:55
  3. QGroupBox title truncated on both sides
    By Gopala Krishna in forum Qt Programming
    Replies: 2
    Last Post: 7th October 2006, 15:02

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.