qt QTextEdit设置行高 行间距

时间:2023-02-01 08:29:17

    QTextCursor textCursor = ui->textEdit->textCursor();
    QTextBlockFormat textBlockFormat;
    textBlockFormat.setLineHeight(40, QTextBlockFormat::FixedHeight);//设置固定行高
    textCursor.setBlockFormat(textBlockFormat);
    ui->textEdit->setTextCursor(textCursor);

4 个解决方案

#1


qt QTextEdit设置行高 行间距

#2


mark一下。。

#3


可以可以可以

#4


感觉QTextEdit效率不高~

#1


qt QTextEdit设置行高 行间距

#2


mark一下。。

#3


可以可以可以

#4


感觉QTextEdit效率不高~