Re: [PyQt] Overloading new-style signal

2011-02-22 Thread Phil Thompson
On Sat, 19 Feb 2011 17:56:35 +0100, Knacktus wrote: > Hi guys, > > I don't get overloading of new-style signals to work. I can't spot the > mistake ... my eyes don't see anything anymore ;-). > > Any help is highly appreciated. > > Cheers, > > Jan > > Here's an example: > > > import PyQt4.

[PyQt] Overloading new-style signal

2011-02-19 Thread Knacktus
Hi guys, I don't get overloading of new-style signals to work. I can't spot the mistake ... my eyes don't see anything anymore ;-). Any help is highly appreciated. Cheers, Jan Here's an example: import PyQt4.Qt as Qt import PyQt4.QtCore as QtCore class ItemsChangedNotifier(Qt.QObject):