Doc: Mark up color code

Add \c before color code, break one line that was too long

Change-Id: Ic5b2fe86919634969b5e5bc35c73d70d2ceab2fb
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-06-18 13:59:38 +02:00
parent 3a623d7075
commit 45da8a57d5

View File

@@ -65,16 +65,17 @@
\li \l{Indenting Text or Code} \li \l{Indenting Text or Code}
\QC indents text and code according to rules that you specify separately for \QC indents text and code according to rules that you
files that contain C++ or QML code and for other text files. specify separately for files that contain C++ or QML code and for
other text files.
\li \l{Using Qt Quick Toolbars} \li \l{Using Qt Quick Toolbars}
When you edit QML code in the code editor, you specify the When you edit QML code in the code editor, you specify the
properties of QML components. For some properties, such as properties of QML components. For some properties, such as
colors and font names, this is not a trivial task. For example, colors and font names, this is not a trivial task. For example,
few people can visualize the color #18793f. To easily edit these few people can visualize the color \c {#18793f}. To easily edit
properties, you can use the Qt Quick Toolbars. these properties, you can use the Qt Quick Toolbars.
\li \l{Pasting and Fetching Code Snippets} \li \l{Pasting and Fetching Code Snippets}