diff options
author | David Boddie <dboddie@trolltech.com> | 2010-08-23 13:05:48 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-08-23 13:05:48 (GMT) |
commit | 23737d8df57ee77127c4b891e25339a3f73d0fca (patch) | |
tree | cd1f6b7f617054cdfb196210053a0f1aa57167d8 /doc | |
parent | 74833a2377a7570a910d970c272b846043ae3206 (diff) | |
download | Qt-23737d8df57ee77127c4b891e25339a3f73d0fca.zip Qt-23737d8df57ee77127c4b891e25339a3f73d0fca.tar.gz Qt-23737d8df57ee77127c4b891e25339a3f73d0fca.tar.bz2 |
Doc: Started to improve QML reference documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/snippets/declarative/borderimage/normal-image.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/snippets/declarative/borderimage/normal-image.qml b/doc/src/snippets/declarative/borderimage/normal-image.qml index adac4f3..76ec6e2 100644 --- a/doc/src/snippets/declarative/borderimage/normal-image.qml +++ b/doc/src/snippets/declarative/borderimage/normal-image.qml @@ -45,11 +45,11 @@ Rectangle { color: "white" width: 120; height: 120 -//! [scaled border image] +//! [normal image] Image { source: "pics/borderframe.png" } -//! [scaled border image] +//! [normal image] Rectangle { x: 30; y: 0 |