Hi, what is the most efficient way to display a big text in a pyqt app? It's just plain text, no colors, no html, only \n and \t. The text is not editable, at the moment we use an QTextEdit, set read only. If I start the app (the edit is empty on startup), and let it run for ~ 40 minutes, its size will grow from 20MB (in ram) to ~ 40mb. TIA, Axel