Commit 7127120b authored by Andrew den Exter's avatar Andrew den Exter Committed by Qt by Nokia
Browse files

Fix multi-length string substitution.


Multi-length string eliding was provided by QFontMetrics::elidedText()
which is no longer used for layouts.  So we instead have to do the
string substitution ourselves if the text doesn't fit before finally
eliding.

Change-Id: Iab2e54b332390290d656299a5be148f39f78df9d
Reviewed-by: default avatarMartin Jones <martin.jones@nokia.com>
parent 990a95fa
No related merge requests found
Showing with 123 additions and 7 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment