PDA

View Full Version : Problem adding a form of type QWizard to GUI project Qt 5.1.1



astodolski
1st May 2014, 14:43
I created a Qt GUI Application but leave out the step that generates the form. The reason is that I want to have as the main form a QWizard form.

After project creation, I add new Qt->Qt Designer Form and select QWizard as the form template and accept the name given. This approach leaves me with no means of properly showing the form. If I add relevant code in the header and constructor I get an error: “no appropriate constructor available.”

How do I create a GUI app with the form as QWizard? All the Wizard examples are not using designer as the means of creating UI objects.

anda_skoa
1st May 2014, 15:47
You will have to show us the code that causes the error.

Cheers,
_