return to a previously visited page in a QWizard using PySide2 (Qt)

43 Views Asked by At

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 ?

0

There are 0 best solutions below