QTextCursor textCursor=ui->textEdit->textCursor();
textCursor.movePosition(QTextCursor::End);
ui->textEdit->setTextCursor(textCursor);
Qt textEdit自动翻页功能实现
猜你喜欢
转载自blog.csdn.net/qq_45662588/article/details/120579426
今日推荐
周排行