Re: [PyKDE] QObject.disconnect()

2006-10-05 Thread Phil Thompson
> hi. > > i want to use the 'universal disconnect', but can't get it to work. > maybe i've missed something. i want to disconnect several python-slots > from python-signals. > > any comments? disconnect() isn't fully implemented, you have to disconnect one at a time. Phil ___

[PyKDE] QObject.disconnect()

2006-10-05 Thread alexander krohn
hi. i want to use the 'universal disconnect', but can't get it to work. maybe i've missed something. i want to disconnect several python-slots from python-signals. any comments? thanks in advance. cheers, alexander ps: here is what i've tested: from PyQt4 import QtCore class A(QtCore.QO