aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/universal/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols/universal/README.md')
-rw-r--r--src/quickcontrols/universal/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/quickcontrols/universal/README.md b/src/quickcontrols/universal/README.md
new file mode 100644
index 0000000000..8d02d18ba3
--- /dev/null
+++ b/src/quickcontrols/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).