aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-08-03 17:48:31 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-07 02:32:17 +0200
commit8c50486c71c45c7749c87aaff7de78ecc47778d5 (patch)
tree1ca3316df6f35c2c5f7f208fea2f063f39f4d0f5 /src
parent51f41fde91472e6ac98eef2805f8f1739e67b0b1 (diff)
Minor update for release notes
Change-Id: Ia474f5136fd8e22aad948abf0c3e1ac44290aa41 Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/qml/doc/src/whatsnew.qdoc2
-rw-r--r--src/quick/doc/src/whatsnew.qdoc3
2 files changed, 5 insertions, 0 deletions
diff --git a/src/qml/doc/src/whatsnew.qdoc b/src/qml/doc/src/whatsnew.qdoc
index 253c89c34f..cf8f396024 100644
--- a/src/qml/doc/src/whatsnew.qdoc
+++ b/src/qml/doc/src/whatsnew.qdoc
@@ -95,6 +95,8 @@ has now been replaced by the new QtQml and QtQuick C++ modules. See the
\list
\li QQmlExpression can now be constructed directly (and more efficiently) from a QQmlScriptString.
+\li The \l {QML:Qt} object now provides a \l{QML:Qt::inputMethod} property to access the active
+ text input method for an application.
\endlist
*/
diff --git a/src/quick/doc/src/whatsnew.qdoc b/src/quick/doc/src/whatsnew.qdoc
index 4b6ea364c3..e355eb33f5 100644
--- a/src/quick/doc/src/whatsnew.qdoc
+++ b/src/quick/doc/src/whatsnew.qdoc
@@ -275,6 +275,9 @@ the window loses focus.
\section2 Models and Views
\list
+\li Any delegate of a view that uses a QAbstractItemModel-derived model type can use the syntax
+ \c {model.<role> = <newDataValue>} to modify the data for a particular role. (Previously,
+ the \c {model.<role>} syntax was only available for reading, not writing to, a role value.)
\li ListModel:
\list
\li By default, roles can no longer change type during a model's lifetime. The new