From 2d218473e845e2b382baf6543fb89256992769ac Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 27 Jan 2014 10:45:38 +0100 Subject: 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 --- basicsuite/controls-layouts/description.txt | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 basicsuite/controls-layouts/description.txt (limited to 'basicsuite/controls-layouts/description.txt') 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. -- cgit v1.2.3