summaryrefslogtreecommitdiffstats
path: root/basicsuite/Controls Layouts/description.txt
diff options
context:
space:
mode:
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.