pyqt show wizard

David Boddie david at boddie.org.uk
Wed Jun 7 09:27:01 EDT 2006


Summary of the usual mess made by the Google Groups web interface:


I suspect that you really want to call w.exec_loop() instead, since
this will only return control to the method after the user has finished
interacting with the wizard.


Take a look at the QWizard documentation for more information:


http://doc.trolltech.com/3.3/qwizard.html


David




More information about the Python-list mailing list