Quote Originally Posted by wysota View Post
I think you need to say what you mean by "re-implement objects" and "re-implemented page". Reimplement from where?
OK, if it will help get to a solution. Objects for a wizard are defined (.h) (.ui) and implemented (.cpp) in the code files that are created in the new project designer. Accessing is through the pointer to Ui::WizardClass. Any overrides or sub-classing or reimplementing is through promoting to new classes.

OK?