[PyKDE] type for SIGNAL("textChanged(?)")

David Eller david.eller at studbox.uni-stuttgart.de
Tue Nov 16 07:51:20 GMT 1999


Hello,

I am wondering what type I need for the textChanged signal of QLineEdit
(or KLined). I have tried all from ['String', 'string', 'const char',
'const char*'], none working. Qt doc says it's 'const char*', but this
looks certainly un-python-ish. I get a RuntimeError stating 'wrong types
for slot'.
That's strange, because my slot function can handle strings.

Thanks!

--david




More information about the PyQt mailing list