Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how to view pagebreak in qtextedit..
Your question is not specific enough to answer it. Perhaps this code helps?
@QString("now follows a page break:\nThis is the next line");@
Don't know what you need. But for reference you should look at QTextBlockFormat
QTextEdit(instance)->document()->QTextBlock(begin/end/between)->QTextBlockFormat
page breaks in qtextedit was not visible.