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.
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):