Quote Originally Posted by Wer_Bn View Post
So, the way that I called the function, it changes the cursor belonging to the textLogger.
No.

The documentation says "Note that changes on the returned cursor do not affect QTextEdit's cursor"
http://doc.qt.io/qt-5/qtextedit.html#textCursor

You can of course ignore the documentation, but it makes it extremely unlikely that the code you have will do what you need.

Cheers,
_