I need to display very large logs that use HTML tags to label different types of data.
Using QTextEdit and QTextBrowser really slows down the application, especially when adding operations. I really would like to support the QTextEdit interface and features.
I saw people who implemented their own TextEdit style to improve performance, but I wandered if someone solved this problem with Qt tools. I was thinking about using the Model / View infrastructure to load data on demand, but this is not quite what I was thinking.
Maybe subclassing QTextEdit and overriding some of its scroll slots ...
If anyone ran into this problem and solved it, I would appreciate some advice.
Thanks.
Benjamin K.
source share