aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal/README.md
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-17 17:34:31 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-12 09:21:47 +0000
commitbf55d2b1659290753641ee862f814ab8781cfa94 (patch)
treef0c6f65c589d0e7971977771444375c00390e86d /src/imports/controls/universal/README.md
parentfe483bcaa4c5259777c7b1ea83772e041bea8738 (diff)
Add Universal style
https://dev.windows.com/design Change-Id: I1d8c633ae246724649a6ed71b300a56ba9572405 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/universal/README.md')
-rw-r--r--src/imports/controls/universal/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/imports/controls/universal/README.md b/src/imports/controls/universal/README.md
new file mode 100644
index 00000000..8d02d18b
--- /dev/null
+++ b/src/imports/controls/universal/README.md
@@ -0,0 +1,9 @@
+# Universal Style
+
+This style is based on the [Microsoft Universal Design Guidelines](https://dev.windows.com/design).
+
+The colors and metrics used all around the QML and C++ files originate from the Windows 10 SDK. The files are called **generic.xaml** and **themeresources.xml**, and they are located in the following folder:
+
+ \(Program Files)\Windows Kits\10\DesignTime\CommonConfiguration\Neutral\UAP\<SDK version>\Generic
+
+See also [XAML theme resources](https://msdn.microsoft.com/en-us/library/windows/apps/mt187274.aspx).