Как мне автопрокрутить до низа моего QTextEdit
в моей функции инициализации GUI
self.mytext = QTextEdit()
self.cursor = QTextCursor(self.mytext.document())
self.mytext.setTextCursor(self.cursor)
и как я добавляю его в другую функцию
self.cursor.insertText(str(self.user) + ": " + str(self.line.text()) + "\n")