[PyKDE] new PyQt4 signal mechanism
Detlev Offenbach
detlev at die-offenbachs.de
Sun Jan 29 16:33:05 GMT 2006
Hi,
I have a signal, that should be emitted from a Python method with a list of
integers. I declared it like
self.emit(SIGNAL("dataChanged(int *)"), [index])
However, when it triggers, I get a TypeError exception saying, that argument 1
is of the wrong type. What would be the correct signal definition?
Regards,
Detlev
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the PyQt
mailing list