PDA

View Full Version : Disabling Wizard Buttons in a QWizard



JimDaniel
30th October 2007, 17:31
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

marcel
30th October 2007, 17:53
See QWizard::button(). You can get the button for a specific role and disable it.