aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2011-08-01 14:57:12 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-01 06:58:55 +0200
commit3e0c19d5ba0e4826c3f036c3172d8ea0e30530a6 (patch)
tree17e86560ce3e5499eefb723f9b135b2d55145588 /doc/src
parentf609c2f3b148f0d31167b9feeabe8f2c4bbd03b8 (diff)
Add Image changes to whatsnew.qdoc
Change-Id: Ie197d8a6a927d9250ca975ae602b827fb894f39e Reviewed-on: http://codereview.qt.nokia.com/2415 Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/declarative/whatsnew.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/declarative/whatsnew.qdoc b/doc/src/declarative/whatsnew.qdoc
index d2326fae44..1eb64f97c5 100644
--- a/doc/src/declarative/whatsnew.qdoc
+++ b/doc/src/declarative/whatsnew.qdoc
@@ -45,6 +45,9 @@ QDeclarativeScriptString.
Flickable: added dragging, draggingHorizontally and draggingVerically properties.
+Image has two new properties: horizontalAlignment and verticalAlignment. It also has a new value for
+fillMode (Image.Pad) that does not transform the image.
+
The Loader element now only emits the \c sourceChanged signal when the source is changed and the
\c sourceComponentChanged signal when the sourceComponent is changed. It used to emit both signals when one
of the properties was changed.