I am using Qt Designer to create a QWizardPage.
I have imported the file into Qt Creator and it runs fine so far (I can build the project and run the wizard just fine)
Now I need to reimplement the isComplete function but I an unable to understand how to do it. The pages are named wizardPage{,1,2_1,_2}. I would like to know whats the best way to reimplement the isComplete() function now.