If you only want to display a pure text document without HTML, better use QPlainTextEdit with is editable set to false. It is much more efficient for your needs.

Lykurg