Unable to move cursor position in QPlainTextEdit
-
This code is not working for me. Any help will be appreciated. Thank you in advance.
cursor = self.plainTextEdit.textCursor()
cursor.movePosition(QTextCursor.MoveOperation.Right, QTextCursor.MoveMode.MoveAnchor, 1) -
S Sayan has marked this topic as solved on