summaryrefslogtreecommitdiffstats
path: root/basicsuite/Controls Layouts/description.txt
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-04-23 11:19:39 +0200
committerGunnar Sletta <gunnar.sletta@digia.com>2013-04-23 12:49:59 +0300
commit730bf7b256f0f06c39f92dad064869f5d1368c62 (patch)
treee836042801e0f2e0492de6ca576cd30c956c633d /basicsuite/Controls Layouts/description.txt
parent2ceb4b09650242b97bf17b968c49b6e6cf12601a (diff)
fixed up the demo suite
Change-Id: I42dfba551b26f66b8de41dad3df2a5e120c82fb8 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Diffstat (limited to 'basicsuite/Controls Layouts/description.txt')
-rw-r--r--basicsuite/Controls Layouts/description.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/basicsuite/Controls Layouts/description.txt b/basicsuite/Controls Layouts/description.txt
new file mode 100644
index 0000000..393f0dd
--- /dev/null
+++ b/basicsuite/Controls Layouts/description.txt
@@ -0,0 +1,3 @@
+The "Controls Layout" demonstration aims to show some of the features available in the layout system of the Qt Quick Controls. The layout system in Qt Quick Controls adds GridLayout, RowLayout and ColumnLayout which interact with size-hints from individual controls, making it possible to create interfaces that adapt to various dimensions and still look good.
+
+The example has been adapted slightly to run inside this launcher, the original is available in the Qt Quick Controls repository.