qt5base-lts/tests/auto/other/qcomplextext
Konstantin Ritt 279562172d enable the text layout's cache where it is seems to be missed
e.g. in QStaticText, the data is used just to get the line's y-position
and re-calculates just after the loop to determine the bounding rect and to draw the text;

in QWidgetLineControl, the data re-calculated over and over while the result
is seems to remain the same; probably the caching is needed here too

Change-Id: I0f7eb291532f63eccb9c5f749daebb73ff90632f
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
2012-05-16 19:38:01 +02:00
..
.gitignore Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
bidireorderstring.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qcomplextext.pro Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
tst_qcomplextext.cpp enable the text layout's cache where it is seems to be missed 2012-05-16 19:38:01 +02:00