diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-06 23:38:31 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-06 23:38:31 (GMT) |
commit | 36018fb9de1d1943454d518fb4df1f8df41e67b5 (patch) | |
tree | 2a27edc461143a1b48be866f50279c703efb2e03 /src/declarative/fx/qfxtextedit.cpp | |
parent | cc5a322cbfa9ae84a6114ef7c171d7e119e6a86c (diff) | |
download | Qt-36018fb9de1d1943454d518fb4df1f8df41e67b5.zip Qt-36018fb9de1d1943454d518fb4df1f8df41e67b5.tar.gz Qt-36018fb9de1d1943454d518fb4df1f8df41e67b5.tar.bz2 |
Add textFormat property to the Text element.
Diffstat (limited to 'src/declarative/fx/qfxtextedit.cpp')
-rw-r--r-- | src/declarative/fx/qfxtextedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxtextedit.cpp b/src/declarative/fx/qfxtextedit.cpp index 3778e9a..7162bdf 100644 --- a/src/declarative/fx/qfxtextedit.cpp +++ b/src/declarative/fx/qfxtextedit.cpp @@ -179,7 +179,7 @@ void QFxTextEdit::setText(const QString &text) Supported text formats are \c AutoText, \c PlainText and \c RichText. The default is AutoText. If the text format is AutoText the text edit - edit will automatically determine whether the text should be treated as + will automatically determine whether the text should be treated as rich text. This determination is made using Qt::mightBeRichText(). \table |