summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/binding.qdoc
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-26 04:45:56 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-26 04:45:56 (GMT)
commit2c89c36f1b5316ccb1d77b5e768fa3ec168a659f (patch)
treed5f2aff43158149559577c2c676c3985ad80d2a1 /doc/src/declarative/binding.qdoc
parent620a05f762b647ea70a2a42e8e7cf48033cb1381 (diff)
downloadQt-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.qdoc2
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.