I display rich text content using a subclass of QTextEdit
.
Some editors, especially code and IDE editors, provide the ability to scroll past the last line until the last line hits the top of the view.
I would like to do the same using QTextEdit
. Is it possible? I read the document, but could not find anything.
Thanks.
source share