summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-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