[PyKDE] Error with connecting SIGNAL to PYSIGNAL

Patrick Stinson ajole-1 at gci.net
Sat Mar 13 05:45:00 GMT 2004


what's the matter with this?

Traceback (most recent call last):
  File "Track.py", line 684, in ?
    w = Track()
  File "Track.py", line 610, in __init__
    QObject.connect(self.controllerWidget.unloadButton, SIGNAL('clicked()'), 
PYSIGNAL('unload'))
TypeError: Argument 3 of QObject.connect() has an invalid type


-P




More information about the PyQt mailing list