This is a discussion on Appending text to QTextEdit - KDE ; Is there any way to just append text to a QTextEdit without creating a new paragraph? Or at least to reduce the height of a paragraph to that of a normal new line? I don't want to setText() with the ...
Is there any way to just append text to a QTextEdit without creating a
new paragraph? Or at least to reduce the height of a paragraph to that
of a normal new line?
I don't want to setText() with the entire text + new one, since it
causes lots of flickering.