diff options
-rw-r--r-- | doc/src/frameworks-technologies/richtext.qdoc | 6 |
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}. - */ |