PDA

View Full Version : QtDesigner and QWizard



GrahamLabdon
10th February 2011, 13:25
Hi
I have created a QWizard in QtDesigner with several pages.
Now i want to mark some fields as mandaotry but cannot access the registerField method of QWizardPage as it is protected.

Is there a way around this?

TIA

Graham

wysota
10th February 2011, 19:53
It should be possible to promote pages to custom classes and register the fields there. You can even make your wizard friend of the page classes.