I solved a similar requirement once by programmatically calling back until
reaching the start again. Downside is that the real back doesn't work anymore
either then. Alternatively, you could make your wizard more dynamic: simply
insert new instances of pages 1 to 3 as needed, and give them new i
Hello,
I have a QWizard subclass and four QWizardPage subclasses. I created an
instance of each QWizardPage subclass and added it to the QWizard.
Instead of using this page flow:
Page 1 > Page 2 > Page 3 > Page 4
I would like to instead use this page flow:
Page 1 > Page 2