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
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
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.
Bookmarks