QTextCursor textCursor = ui->textEdit->textCursor();
QTextBlockFormat textBlockFormat;
textBlockFormat.setLineHeight(40, QTextBlockFormat::FixedHeight);//设置固定行高
textCursor.setBlockFormat(textBlockFormat);
ui->textEdit->setTextCursor(textCursor);
4 个解决方案
#1
#2
mark一下。。
#3
可以可以可以
#4
感觉QTextEdit效率不高~
#1
#2
mark一下。。
#3
可以可以可以
#4
感觉QTextEdit效率不高~