aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/src
diff options
context:
space:
mode:
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