Test for quadratic behaviour when rendering long line in QTextEdit
authorOlivier Goffart <ogoffart@woboq.com>
Thu, 16 Aug 2012 07:55:50 +0000 (09:55 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 23 Aug 2012 21:31:10 +0000 (23:31 +0200)
commit4d5f3cf6275df46e8ebe262026a392a8154cf36a
tree510598f552ca10c836789f02b0db8f5d35f9ad5b
parentb1e082ec9f4ec0a603f69e280fe2c5438c67a09e
Test for quadratic behaviour when rendering long line in QTextEdit

QTextEdit showing long lines using lots of text format (for example
with a syntax highlighter) used to expose a quadratic behaviour which
make it impossible to edit files with long lines.

It was fiexed in the few previous commit

Task-number: QTBUG-8389
Change-Id: Ib7203497a7699a85ae1dfb70fe65d5fb36884b58
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp