[PyKDE] textChanged()

Marco Wahl mw.visenso at googlemail.com
Wed Feb 22 14:59:09 GMT 2006


> This time I was sure I had it right, but no... I fell into another trap.
>
> I have a QTextEdit widget and need to know when the contents change. So
> I found the textChanged() signal and did:
>
>     self.connect(self.mainTextWindow, SIGNAL("textChaged()"), self.doTest)

Didn't work ('mainTextWindow' is my textEdit widget), so I googled for [...]


 Is it just a typo? 'Chaged'?

Just a quick guess!

Marco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20060222/276afc1b/attachment.html


More information about the PyQt mailing list