[PyQt] qwizard

Phil Thompson phil at riverbankcomputing.com
Wed Sep 10 23:11:05 BST 2008


On Tue, 09 Sep 2008 14:32:17 +0300, Oguz Yarimtepe <comp.ogz at gmail.com>
wrote:
> Hi all,
> 
> I am trying to write a GUI using QWizard. I have created the wizard
> using designer and edited some parts by playing with the code. I also
> added a progress bar and some related functions. I need to run a
> function when the user comes to the page #3 but i could`nt find how will
> i do it with pyqt. Can some one guide me or any sample code that i can
> check?

Reimplement QWizardPage.initializePage().

Phil



More information about the PyQt mailing list