summaryrefslogtreecommitdiffstats
path: root/doc/src/objectmodel/properties.qdoc
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-02-22 15:40:47 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-02-22 15:40:47 (GMT)
commit6c77950e991d8152a9f1221e57c68c6d48dbfc7f (patch)
treebc86551b84d60fec19b53551d8ea43c6fba376e7 /doc/src/objectmodel/properties.qdoc
parent9c2b974de4ddcf759dcc4aa7ea4f00f0446786aa (diff)
downloadQt-6c77950e991d8152a9f1221e57c68c6d48dbfc7f.zip
Qt-6c77950e991d8152a9f1221e57c68c6d48dbfc7f.tar.gz
Qt-6c77950e991d8152a9f1221e57c68c6d48dbfc7f.tar.bz2
Doc: Fixed handling of versioned properties and added documentation.
Task-number: QTBUG-13451
Diffstat (limited to 'doc/src/objectmodel/properties.qdoc')
-rw-r--r--doc/src/objectmodel/properties.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/objectmodel/properties.qdoc b/doc/src/objectmodel/properties.qdoc
index 77421c5..92c182e 100644
--- a/doc/src/objectmodel/properties.qdoc
+++ b/doc/src/objectmodel/properties.qdoc
@@ -83,6 +83,10 @@
existing signal in that class that is emitted whenever the value
of the property changes.
+ \o A \c REVISION number is optional. If included, it defines the
+ the property and its notifier signal to be used in a particular
+ revision of the API that is exposed to QML.
+
\o The \c DESIGNABLE attribute indicates whether the property
should be visible in the property editor of GUI design tool (e.g.,
\l {Qt Designer}). Most properties are \c DESIGNABLE (default