On Tue, 09 Sep 2008 14:32:17 +0300, Oguz Yarimtepe <[EMAIL PROTECTED]>
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

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to