I can't seem to get at the built-in wizard buttons in order to change their properties, specifically setEnabled(bool). Does anyone have any pointers?
Thanks, Daniel
Printable View
I can't seem to get at the built-in wizard buttons in order to change their properties, specifically setEnabled(bool). Does anyone have any pointers?
Thanks, Daniel
See QWizard::button(). You can get the button for a specific role and disable it.