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.