diff options
author | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-04-12 10:38:20 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-04-12 10:51:01 +0200 |
commit | 98a58c9d1fc196e5ba7bb35490312b836f6d9a53 (patch) | |
tree | 4de7b8008fb168733898965d6a6e64222c263b10 /doc | |
parent | b9cc16e405378a927cf013ef0b89c964532aa03a (diff) | |
download | qt-creator-98a58c9d1fc196e5ba7bb35490312b836f6d9a53.tar.gz |
Fix documentation of the acceptRichText attribute in custom wizard.
Change-Id: Id37e8e0444124f8863c67d584a46937d7ad0af53
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/projects/creator-projects-custom-wizards.qdoc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/projects/creator-projects-custom-wizards.qdoc b/doc/src/projects/creator-projects-custom-wizards.qdoc index 591c85a25f..726e5ba5d8 100644 --- a/doc/src/projects/creator-projects-custom-wizards.qdoc +++ b/doc/src/projects/creator-projects-custom-wizards.qdoc @@ -466,10 +466,9 @@ The \c defaulttext attribute specifies text that appears in the field by default. - The property QTextEdit::acceptRichText can be set by using the boolean - attribute \c acceptRichText. It is disabled by default (as opposed to the default - value of QTextEdit::acceptRichText) to prevent pasting of rich text with formatting, - which is not desireable for code templates. + The boolean attribute \c acceptRichText sets the property QTextEdit::acceptRichText. + It is disabled by default (as opposed to the default value of QTextEdit::acceptRichText) + to prevent pasting of rich text with formatting, which is not desirable for code templates. \section1 Processing Template Files |