summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-05-25 10:01:38 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-05-25 10:01:38 (GMT)
commit8af8b8a8ac519146f879846c283c8a53f3fc7e91 (patch)
tree38982cfdf60671670f27daf7ba087b7c5fb9c313
parentf37c49985f2382b86fe91f7b7224c8fd92961ac9 (diff)
downloadQt-8af8b8a8ac519146f879846c283c8a53f3fc7e91.zip
Qt-8af8b8a8ac519146f879846c283c8a53f3fc7e91.tar.gz
Qt-8af8b8a8ac519146f879846c283c8a53f3fc7e91.tar.bz2
Doc: Added a note about the <style> element in rich text strings.
Suggested-by: Leena Miettinen
-rw-r--r--doc/src/frameworks-technologies/richtext.qdoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/frameworks-technologies/richtext.qdoc b/doc/src/frameworks-technologies/richtext.qdoc
index 59d7104..2164dd6 100644
--- a/doc/src/frameworks-technologies/richtext.qdoc
+++ b/doc/src/frameworks-technologies/richtext.qdoc
@@ -1017,6 +1017,11 @@
\row \o \c strong
\o Strong
\o Same as \c b.
+ \row \o \c style
+ \o Style sheet
+ \o Allows styling information to be included with the rich text.
+ A \l{#CSS Properties}{limited subset of CSS syntax} can be
+ used to change the appearance of the text.
\row \o \c sub
\o Subscript
\o
@@ -1210,5 +1215,4 @@
All CSS 2.1 selector classes are supported except pseudo-class selectors such
as \c{:first-child}, \c{:visited} and \c{:hover}.
-
*/