Hi,

Previously I asked how to use Qt Designer to create a nonlinear wizard, I found it difficult to do so. Here I manually created one, but another question comes up, the scenario is that one page has been visited, but it is possible to return to that page again with some contents changed. I got an error

"QWizard::next: Page 1 already met"

How to make a page unvisited like back() do?

Thanks for advance!

DONG Li