On Tuesday 02 May 2006 18:07, Tom Brown wrote:
> self.connect(self.ui.modelCB, SIGNAL('editTextChanged(const QString &
> text)'), self.modelChanged)
Doh! This was another stupid mistake. I just had to remove the argument name
from the signal so it looks like this:
self.connect(self.ui.modelCB, SIGNAL('editTextChanged(const QString &)'),
self.modelChanged)
Thanks,
Tom
_______________________________________________
PyKDE mailing list [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde