[PyQt] Fwd: Re: [wizard] done, accept, reject

2010-08-12 Thread Preisig, Heinz A
Hi Colin, thanks that does indeed work. I thought though I essentially tried it with QtGui.QWizard(self).done(r) but that did not work. Cheers, Heinz On 08/12/2010 01:55 PM, Colin McPhail wrote: super(Ui_WizardImpl, self).done(r) -- Heinz A Preisig Professor of

Re: [PyQt] Fwd: Re: [wizard] done, accept, reject

2010-08-12 Thread Preisig, Heinz A
Sure, was reading a part of the manual that was in C/C++. You are certainly correct. Could not see it. Thanks, Heinz On 08/12/2010 04:10 PM, Sybren A. Stüvel wrote: On 12-8-2010 15:30, Preisig, Heinz A wrote: I thought though I essentially tried it with

Re: [PyQt] Fwd: Re: [wizard] done, accept, reject one more time for the records

2010-08-12 Thread Preisig, Heinz A
PS: I just checked and found that I also tried: def done(self): ... QtGui.QWizard.close(self) and that did not work either. Regards, Heinz On 08/12/2010 04:10 PM, Sybren A. Stüvel wrote: On 12-8-2010 15:30, Preisig, Heinz A wrote: I thought though I essentially tried it with