QTextEdit

if texttmp != "":
# 光标自动下移
self.textEdit.append(texttmp)
QApplication.processEvents()
self.textEdit.moveCursor(QTextCursor.End, QTextCursor.MoveAnchor)
posted @ 2021-12-20 10:06  默*为  阅读(29)  评论(0编辑  收藏  举报