diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-09-07 05:15:32 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-09-07 05:15:32 (GMT) |
commit | eb1890d43f2abbac594f17eea047e88c3c0b529e (patch) | |
tree | c681543556e4d2ecf334bb6321877f77db95fbe4 /doc | |
parent | 78b2fedbf828420938980362eab0914365525796 (diff) | |
parent | d6f7bfaac0807ac534d7313003b8e399b3f04fdc (diff) | |
download | Qt-eb1890d43f2abbac594f17eea047e88c3c0b529e.zip Qt-eb1890d43f2abbac594f17eea047e88c3c0b529e.tar.gz Qt-eb1890d43f2abbac594f17eea047e88c3c0b529e.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/extending.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/extending.qdoc b/doc/src/declarative/extending.qdoc index 3235435..2d0dc34 100644 --- a/doc/src/declarative/extending.qdoc +++ b/doc/src/declarative/extending.qdoc @@ -369,7 +369,7 @@ The QML snippet shown above associates the evaluation of a ECMAScript expression with the emission of a Qt signal. All Qt signals on a registered class become available as special "signal -propeties" within QML to which the user can assign a single ECMAScript +properties" within QML to which the user can assign a single ECMAScript expression. The signal property's name is a transformed version of the Qt signal name: "on" is prepended, and the first letter of the signal name upper cased. For example, the signal used in the example above has the following |