I should like to connect the signal textChanged of QLineEdit to a
function of mine. My code is
QObject.connect(self.input,SIGNAL("textChanged(QString)"),self.filter_changed)but this does not work. I get the error messsage RuntimeError: Signal has wrong argument types for slot Can anybody give me a hint? TIA, Janos Blazi _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
