I am doing a non linear wizard in python with QWizard using PySide2 (Qt). In some instances, I want to return to previously visited pages of the wizard. However I get the following error:
QWizard::next: Page 0 already met
QWizard::next does not allow it But I do want to return to it. What is the most simple way to do this ?