Y
Yves Glodt
Hi,
I have a mainwindow in my pyqt application, and on click of a button I
want to start an assistant (wizard).
I have create the wizard with the Qt Designer, generated the python code
with pyuic, imported it "from assistant import *", and subclassed it as
usual.
To show it, the onclick method of the button does:
w = Wizard()
w.show()
bot nothing happens...
How must I do to start the wizard...?
Best regards,
Yves
I have a mainwindow in my pyqt application, and on click of a button I
want to start an assistant (wizard).
I have create the wizard with the Qt Designer, generated the python code
with pyuic, imported it "from assistant import *", and subclassed it as
usual.
To show it, the onclick method of the button does:
w = Wizard()
w.show()
bot nothing happens...
How must I do to start the wizard...?
Best regards,
Yves