aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/src/includes/qquickuniversalstyle.qdocinc
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-10-24 22:41:59 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-10-25 08:20:14 +0000
commit26590b2c5cc70503bf691ad8b7290196fb1124af (patch)
treec1afc0aaa86513a99bc3b0a54039d9ac8f038726 /src/imports/controls/doc/src/includes/qquickuniversalstyle.qdocinc
parent848d2efcf4a89be82dc611d10d47bb970050c9b5 (diff)
Doc: configuration file
Change-Id: I3de16850673488a8c67afc6b45a79d5bb86f9013 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/imports/controls/doc/src/includes/qquickuniversalstyle.qdocinc')
-rw-r--r--src/imports/controls/doc/src/includes/qquickuniversalstyle.qdocinc27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/imports/controls/doc/src/includes/qquickuniversalstyle.qdocinc b/src/imports/controls/doc/src/includes/qquickuniversalstyle.qdocinc
index d3f4ad4f..a7ecbaef 100644
--- a/src/imports/controls/doc/src/includes/qquickuniversalstyle.qdocinc
+++ b/src/imports/controls/doc/src/includes/qquickuniversalstyle.qdocinc
@@ -1,3 +1,30 @@
+//! [conf]
+\table
+ \header
+ \li Variable
+ \li Description
+ \row
+ \li \c Theme
+ \li Specifies the default \l {universal-theme-attached-prop}{Universal theme}.
+ The value can be one of the available themes, for example \c "Dark".
+ \row
+ \li \c Accent
+ \li Specifies the default \l {universal-accent-attached-prop}{Universal accent color}.
+ The value can be any \l {colorbasictypedocs}{color}, but it is recommended to use
+ one of the \l {pre-defined Universal colors}, for example \c "Violet".
+ \row
+ \li \c Foreground
+ \li Specifies the default \l {universal-foreground-attached-prop}{Universal foreground color}.
+ The value can be any \l {colorbasictypedocs}{color}, or one of the \l {pre-defined Universal colors},
+ for example \c "Brown".
+ \row
+ \li \c Background
+ \li Specifies the default \l {universal-background-attached-prop}{Universal background color}.
+ The value can be any \l {colorbasictypedocs}{color}, or one of the \l {pre-defined Universal colors},
+ for example \c "Steel".
+\endtable
+//! [conf]
+
//! [env]
\table
\header