diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-10-15 06:29:57 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-10-15 06:29:57 (GMT) |
commit | db695ff137e53f5285f5bb90f1a50281c27a4281 (patch) | |
tree | b99a7c833412dcc51b1b3ef8d5f7ce7f3dd537d0 /src/declarative | |
parent | ad9221b06dd35315e9fa07d4ec88a57b42b97b39 (diff) | |
download | Qt-db695ff137e53f5285f5bb90f1a50281c27a4281.zip Qt-db695ff137e53f5285f5bb90f1a50281c27a4281.tar.gz Qt-db695ff137e53f5285f5bb90f1a50281c27a4281.tar.bz2 |
doc
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/fx/qfxtext.cpp | 8 |
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 { |