diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-26 04:45:56 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-26 04:45:56 (GMT) |
commit | 2c89c36f1b5316ccb1d77b5e768fa3ec168a659f (patch) | |
tree | d5f2aff43158149559577c2c676c3985ad80d2a1 /doc/src/declarative/binding.qdoc | |
parent | 620a05f762b647ea70a2a42e8e7cf48033cb1381 (diff) | |
download | Qt-2c89c36f1b5316ccb1d77b5e768fa3ec168a659f.zip Qt-2c89c36f1b5316ccb1d77b5e768fa3ec168a659f.tar.gz Qt-2c89c36f1b5316ccb1d77b5e768fa3ec168a659f.tar.bz2 |
doc fixes
Diffstat (limited to 'doc/src/declarative/binding.qdoc')
-rw-r--r-- | doc/src/declarative/binding.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/binding.qdoc b/doc/src/declarative/binding.qdoc index 064f686..dfddf75 100644 --- a/doc/src/declarative/binding.qdoc +++ b/doc/src/declarative/binding.qdoc @@ -1,6 +1,6 @@ /*! \page binding.html -\title Data Binding +\title Data Binding in QML \target binding Data binding provides a declarative way of specifying the data associated with objects, as well as the relationship between data of different objects. For example, you could bind the text of a label to the value of a slider: as the value of the slider changed, the label would be automatically updated with the new value. |