aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/doc/src/includes/customizing-native-styles.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols/doc/src/includes/customizing-native-styles.qdocinc')
-rw-r--r--src/quickcontrols/doc/src/includes/customizing-native-styles.qdocinc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/quickcontrols/doc/src/includes/customizing-native-styles.qdocinc b/src/quickcontrols/doc/src/includes/customizing-native-styles.qdocinc
new file mode 100644
index 0000000000..ec2d759358
--- /dev/null
+++ b/src/quickcontrols/doc/src/includes/customizing-native-styles.qdocinc
@@ -0,0 +1,6 @@
+It is instead recommended to always base a customized control on top of a single style
+that is available on all platforms, e.g \l {Basic Style}, \l {Fusion Style}, \l {Imagine Style},
+\l {Material Style}, \l {Universal Style}. By doing so, you are guaranteed that it will
+always look the same, regardless of which style the application is run with. To learn how
+to use a different style, see \l {Using Styles in Qt Quick Controls}. Alternatively,
+you can \l {Creating a Custom Style}{create your own style}.