summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-15 06:29:57 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-15 06:29:57 (GMT)
commitdb695ff137e53f5285f5bb90f1a50281c27a4281 (patch)
treeb99a7c833412dcc51b1b3ef8d5f7ce7f3dd537d0 /src
parentad9221b06dd35315e9fa07d4ec88a57b42b97b39 (diff)
downloadQt-db695ff137e53f5285f5bb90f1a50281c27a4281.zip
Qt-db695ff137e53f5285f5bb90f1a50281c27a4281.tar.gz
Qt-db695ff137e53f5285f5bb90f1a50281c27a4281.tar.bz2
doc
Diffstat (limited to 'src')
-rw-r--r--src/declarative/fx/qfxtext.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxtext.cpp b/src/declarative/fx/qfxtext.cpp
index c26ed2c..4d02f0d 100644
--- a/src/declarative/fx/qfxtext.cpp
+++ b/src/declarative/fx/qfxtext.cpp
@@ -427,9 +427,13 @@ void QFxText::setTextFormat(TextFormat format)
This property cannot be used with wrap enabled or with rich text.
- Eliding can be ElideNone, ElideLeft, ElideMiddle, or ElideRight.
+ Eliding can be ElideNone (the default), ElideLeft, ElideMiddle, or ElideRight.
- ElideNone is the default.
+ If the text is a multi-length string, and the mode is not ElideNone,
+ the first string that fits will be used, otherwise the last will be elided.
+
+ Multi-length strings are ordered from longest to shortest, separated by the
+ Unicode "String Terminator" character U009C (write this in QML with "\\x9C").
*/
Qt::TextElideMode QFxText::elideMode() const
{