Buttons and Windows
-
What kind of template do you have in mind ?
-
TypeError: addPage(self, QWizardPage): argument 1 has unexpected type 'MainWindow'
What does It means?
-
@sashup
You can add aQWizardPageto aQWizard. You are apparently attempting to add one toMainWindow, which is probably aQMainWindow, not aQWizard. -
Did you take a look at one of the examples to see how it works ?
-
Did you take a look at one of the examples to see how it works ?
-
It's a C++ example, you have to translate it in Python.
-
Another reason to learn it properly.
Here you have an example of a wizard. Take care to read the comments.
-
Another reason to learn it properly.
Here you have an example of a wizard. Take care to read the comments.
-
What code are you using ?