From 2601011f1c0168f080c488be09c888042812f7cb Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Wed, 10 Aug 2011 13:51:32 +1000 Subject: Add support for individual row and column spacing to Grid object. Add rowSpacing and columnSpacing properties to QML Grid object. If these are specified, use them when laying out the grid. If they are not specified, default to using the spacing property that was previously used, so it is backwards compatible. Task-number: QTBUG-11876 Change-Id: I5c809e89fe124d8d5ea1667b273f19e2c37ff18a Reviewed-on: http://codereview.qt.nokia.com/2797 Reviewed-by: Qt Sanity Bot Reviewed-by: Bea Lam --- doc/src/declarative/whatsnew.qdoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/src/declarative/whatsnew.qdoc') diff --git a/doc/src/declarative/whatsnew.qdoc b/doc/src/declarative/whatsnew.qdoc index d3db1346ea..3707d41cd9 100644 --- a/doc/src/declarative/whatsnew.qdoc +++ b/doc/src/declarative/whatsnew.qdoc @@ -52,6 +52,8 @@ The Loader element now only emits the \c sourceChanged signal when the source is \c sourceComponentChanged signal when the sourceComponent is changed. It used to emit both signals when one of the properties was changed. +Grid now has rowSpacing and columnSpacing properties. + \section2 QtQuick 1 is now a separate library and module Writing C++ applications using QtQuick 1 specific API, i.e. QDeclarativeView or QDeclarativeItem -- cgit v1.2.3