aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/src
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-18 16:11:26 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-03-18 15:25:02 +0000
commit259860eab0c421fe0ec0e30d7fb92cc8a62cdd06 (patch)
tree0aff31e01bfa3b89d539f365ede16000cdc46374 /src/imports/controls/doc/src
parent77c728f6e2ae97c87578bac72fb0893215743954 (diff)
Document the order of priority for various methods of setting a style
Change-Id: I44e22d049ea09eab38b9e85221a328fe904006d8 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/doc/src')
-rw-r--r--src/imports/controls/doc/src/qtlabscontrols-styles.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/imports/controls/doc/src/qtlabscontrols-styles.qdoc b/src/imports/controls/doc/src/qtlabscontrols-styles.qdoc
index 9fa3d78b..3dc6ed03 100644
--- a/src/imports/controls/doc/src/qtlabscontrols-styles.qdoc
+++ b/src/imports/controls/doc/src/qtlabscontrols-styles.qdoc
@@ -42,6 +42,10 @@
environment variable. Alternatively, the preferred style and style-specific
attributes can be specified in a configuration file.
+ The priority of these approaches follows the order they are listed below,
+ from highest to lowest. That is, using QQuickStyle to set the style will
+ always take priority over using the command line argument, for example.
+
\section2 Using QQuickStyle in C++
\l QQuickStyle provides API configuring a specific style. The following