PDA

View Full Version : Create QWizard UI



jd
17th March 2008, 10:07
Hello, I'll be create a QWizard with Qt4-designer. First time I create a QDialog with the Qt4-designer an promote this dialog, but i can't promote my dialog to QWizard. I can only promote to Q3Wizard. What can i do to fix this, or is the QWizard not implemented in qt4-designer?

thanks for help

so long

jd

wysota
17th March 2008, 12:36
Qt4 wizards are a bit complex entities and you can't simply implement a series of pages in Designer. You have to implement each page separately and then use the QWizard API to bind them into a full featured wizard.