From 0fc0e12b85f588644f0829494681ddefae77860f Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Mon, 18 Jan 2010 15:00:21 +1000 Subject: Doc. --- src/declarative/graphicsitems/qmlgraphicstext.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/declarative/graphicsitems/qmlgraphicstext.cpp b/src/declarative/graphicsitems/qmlgraphicstext.cpp index 84f925d..bfb928a 100644 --- a/src/declarative/graphicsitems/qmlgraphicstext.cpp +++ b/src/declarative/graphicsitems/qmlgraphicstext.cpp @@ -368,7 +368,7 @@ void QmlGraphicsText::setWrap(bool w) will automatically determine whether the text should be treated as rich text. This determination is made using Qt::mightBeRichText(). - StyledText is an optimized format able supporting some basic text + StyledText is an optimized format supporting some basic text styling markup, in the style of html 3.2: \code @@ -379,6 +379,8 @@ void QmlGraphicsText::setWrap(bool w) > < & \endcode + \c StyledText parser is strict, requiring tags to be correctly nested. + \table \row \o -- cgit v0.12