Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
is there editFinish signal for QTextEdit? textChanged seems to frequently..... eg. when the QTextEdit lost focus...or sth else. make Edit finish.
You can nested from QTextEdit and reimlement focusOutEvent() where you will emit a signal. Or you can use eventFilter.
@AntonEml nested from QTextEdit?
I think he meant subclass QTextEdit and implement the focusOutEvent method and you're golden!