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 couldn`t find how will
i do it with pyqt. Can some one guide me or any sample code that i can
check? I am using qt3 and checked the reference manual of QWizard. There is only one signal defined which is selected. But i couldn`t manage it to run. Any example will be helpfull.