pyqt show wizard

Yves Glodt y.glodt at sitasoftware.lu
Wed Jun 7 03:05:27 EDT 2006


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




More information about the Python-list mailing list