Yes, QPlainTextEdit instead of QTextEdit should be used here. And setting a proper maximumBlockCount is helpful.
On Wed, Apr 25, 2012 at 10:42 AM, Kimmo Viitanen <[email protected]> wrote: >> Is there a better text style widget to use for scrolling log type scenarios? >> >> Is there a trick I need to use to make this perform better? > > Perhaps you could try QPlainTextEdit. You could also try playing with > the wordWrapMode property. > > Regards, > > Kimmo > _______________________________________________ > Interest mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/interest _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
