Diplay big text file content in qplaintext
Unsolved
General and Desktop
-
@mastaray
QPlainTextEdit
does not supply lazy loading. You have to add it yourself. See https://forum.qt.io/topic/4519/how-do-i-open-large-file-on-qtextedit. Maybe look upQScintilla
?QPlainTextEdit
claims to handle large text files well. Make sure you are not populating it badly per https://stackoverflow.com/questions/32825643/how-to-use-qt-to-read-a-file-and-display-it-quickly.