From 734829151490d6ceea3d3911fec29d4cbd5a6ea5 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 20 Oct 2011 09:38:33 +0200 Subject: [PATCH] Doc: Layout in Column, Row, Grid, or Flow Change-Id: Ic1613e4017a3ff038e235530668afb97f80a31d0 Reviewed-by: Thomas Hartmann --- doc/src/qtquick/qtquick-app-development.qdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/src/qtquick/qtquick-app-development.qdoc b/doc/src/qtquick/qtquick-app-development.qdoc index 79553be3a66..d6aa2bc04cd 100644 --- a/doc/src/qtquick/qtquick-app-development.qdoc +++ b/doc/src/qtquick/qtquick-app-development.qdoc @@ -703,6 +703,10 @@ \endlist + To lay out several items in a Column, Row, Grid, or Flow element, select + the elements on the canvas, and then select \gui Layout in the context + menu. + \section1 Using States Use states and transitions