PDA

View Full Version : Title bar of QWizard is missing?



rhf417
25th June 2009, 17:02
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.

rhf417
25th June 2009, 17:44
It is solved by add "resize(width(), height()+1)" in the constructor of the QWizard.