Hello,
I am a new Qt programmer,
I defined QWizard to display the wizard page i created.
I want to mention that i didn't create the wizard in Qt designer.
I want to hide the next button and i didn't suceed.
I tried all sort of options, I know there is a function called buttons() in QWizard that returns the QAbstarctButton* and the programmer can manipulate this button by using the function setHidden(),setVisible() but nothing works.
i realy appreciate quick answer.
Bests
Tamar