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).
In some cases i don't want the auto scroll property of QTextedit.
This is one of the options:
@ QScrollBar *sb = textEdit->verticalScrollBar(); sb->setValue(sb->minimum()); @
But I doubt it's the best option. I'm also looking for a similar one, only that I want auto scroll alway on ;).