[PyQt] PyQt shadowing virtual slots?

2008-08-08 Thread Arve Knudsen
I encountered a strange problem when wrapping a custom QDialog subclass. This subclass implements accept and connects it to QDialogButtonBox::accepted, but this would not get invoked and I could not for the life of me understand why. Eventually I discovered that the reason was that I did not

Re: [PyQt] PyQt shadowing virtual slots?

2008-08-08 Thread Phil Thompson
On Fri, 8 Aug 2008 16:25:06 +0200, Arve Knudsen [EMAIL PROTECTED] wrote: I encountered a strange problem when wrapping a custom QDialog subclass. This subclass implements accept and connects it to QDialogButtonBox::accepted, but this would not get invoked and I could not for the life of me