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



Reply via email to