Add Image changes to whatsnew.qdoc
authorYann Bodson <yann.bodson@nokia.com>
Mon, 1 Aug 2011 04:57:12 +0000 (14:57 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 1 Aug 2011 04:58:55 +0000 (06:58 +0200)
Change-Id: Ie197d8a6a927d9250ca975ae602b827fb894f39e
Reviewed-on: http://codereview.qt.nokia.com/2415
Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
doc/src/declarative/whatsnew.qdoc

index d2326fa..1eb64f9 100644 (file)
@@ -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.