diff options
author | Topi Reinio <topi.reinio@digia.com> | 2014-01-27 10:45:38 +0100 |
---|---|---|
committer | Topi Reiniƶ <topi.reinio@digia.com> | 2014-01-28 12:55:40 +0200 |
commit | 2d218473e845e2b382baf6543fb89256992769ac (patch) | |
tree | 2bd96758d01fc4012818e2b36fd357ad2f4e38e5 /basicsuite/controls-layouts/description.txt | |
parent | ca01d5f9f5e960337a044be6e00de58fd4fbdb05 (diff) |
Remove Controls Layouts demo and docs for Launcher Settings
Remove Controls Layouts demo which is not very useful in a touch
environment. Layouts themselves are covered by Qt examples and
documentation.
Also, stop showing Launcher Settings as an stand-alone example
in Qt Creator. It's not functional as a stand-alone app
(controls do nothing).
Change-Id: I1c869b546b92ca911ee2ac268ee21fd3f078b709
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Diffstat (limited to 'basicsuite/controls-layouts/description.txt')
-rw-r--r-- | basicsuite/controls-layouts/description.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/basicsuite/controls-layouts/description.txt b/basicsuite/controls-layouts/description.txt deleted file mode 100644 index 393f0dd..0000000 --- a/basicsuite/controls-layouts/description.txt +++ /dev/null @@ -1,3 +0,0 @@ -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. |