[PyKDE] problem with custom signals

Emanuele Santos emanuelesantos at gmail.com
Wed Mar 8 08:08:38 GMT 2006


Hi, Phil

I'm using the latest version of PyQt4 (20060306) and when I try something
like:

self.emit(QtCore.SIGNAL("mySignal(PyObject *)", myObject)

I get a type error, but if I use the short-circuited version

self.emit(QtCore.SIGNAL("mySignal"), myObject)

it works fine.

In your e-mail (couple weeks ago) I thought both ways were supposed to work,
am I correct?

Thanks,

Emanuele.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20060308/6b36e721/attachment.html


More information about the PyQt mailing list