QWizard have some options related to the buttons as follows:
NoDefaultButton
NoBackButtonOnStartPage
NoBackButtonOnLastPage
DisabledBackButtonOnLastPage
HaveNextButtonOnLastPage
HaveFinishButtonOnEarlyPages
NoCancelButton
CancelButtonOnLeft
HaveHelpButton
HelpButtonOnRight
Now these options are not enough to me, is there any way to do the customization??
For example, after setting a QWizardPage as a final page, the "next" button is still there since the page originally have next page.
What I want is to change "next" to "finish" instead of one more "finish" button.
Another example is that at the first page, I want the "back" button shows up but is disabled.
How can I control these buttons in a more flexible way? I want make some buttons disappear and some be disabled.