summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2011-01-31 07:22:06 (GMT)
committerBea Lam <bea.lam@nokia.com>2011-02-02 02:59:47 (GMT)
commit08a3db6efd9fa48701491f9e8a8070e825a132f5 (patch)
tree7fd2dec16cef110cf2103bae52fa37e2d878337a /doc
parent634589cdcdeb608352e17007360c5fb7d916a527 (diff)
downloadQt-08a3db6efd9fa48701491f9e8a8070e825a132f5.zip
Qt-08a3db6efd9fa48701491f9e8a8070e825a132f5.tar.gz
Qt-08a3db6efd9fa48701491f9e8a8070e825a132f5.tar.bz2
update What's New for QtQuick 1.1 and AnimatedImage docs
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/whatsnew.qdoc18
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/src/declarative/whatsnew.qdoc b/doc/src/declarative/whatsnew.qdoc
index 4b94d51..f4359f9 100644
--- a/doc/src/declarative/whatsnew.qdoc
+++ b/doc/src/declarative/whatsnew.qdoc
@@ -69,7 +69,7 @@ Added the following properties and methods:
\o moveCursorSelection(int pos, SelectionMode mode) to enable selection by word
\endlist
-\section2 Image and BorderImage
+\section2 Image, BorderImage and AnimatedImage
Added the following properties:
\list
@@ -109,21 +109,31 @@ Added the following properties:
\section2 Repeater
-Added the following methods:
+Added the following methods and signal handlers:
\list
\o onItemAdded()
\o onItemRemoved()
-\o itemAt()
+\o itemAt(int index)
\endlist
+\section2 Component
+
+The createObject() method now accepts a map of initial property values for the created object.
+
\section2 Qt
-Added the following properties:
+Added the following properties and methods:
\list
\o application.layoutDirection
\o application.active
\endlist
+\section2 Other changes
+
+\list
+\o Functions can be assigned to properties from JavaScript to create property bindings
+\endlist
+
\section1 Qt 4.7.1