diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-04-24 03:24:33 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-04-24 03:24:33 (GMT) |
commit | ce1d3e9118494e535fb3c1b4e34d8feced7afdd1 (patch) | |
tree | 08ab2c6bc40cb5a09bc27acfa7b521b0bc3bc675 /doc | |
parent | db815819dae525c64575de38b92afa4cf092ce06 (diff) | |
download | Qt-ce1d3e9118494e535fb3c1b4e34d8feced7afdd1.zip Qt-ce1d3e9118494e535fb3c1b4e34d8feced7afdd1.tar.gz Qt-ce1d3e9118494e535fb3c1b4e34d8feced7afdd1.tar.bz2 |
Documentation for Path, PathLine, etc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/elements.qdoc | 7 | ||||
-rw-r--r-- | doc/src/images/declarative-nopercent.png | bin | 0 -> 553 bytes | |||
-rw-r--r-- | doc/src/images/declarative-pathattribute.png | bin | 0 -> 481 bytes | |||
-rw-r--r-- | doc/src/images/declarative-pathcubic.png | bin | 0 -> 1261 bytes | |||
-rw-r--r-- | doc/src/images/declarative-pathquad.png | bin | 0 -> 1517 bytes | |||
-rw-r--r-- | doc/src/images/declarative-percent.png | bin | 0 -> 530 bytes |
6 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc index afc3726..1191970 100644 --- a/doc/src/declarative/elements.qdoc +++ b/doc/src/declarative/elements.qdoc @@ -101,6 +101,13 @@ The following table lists the Qml elements provided by the Qt Declarative module \o \l PathView \list \o \l Path + \list + \o \l PathLine + \o \l PathQuad + \o \l PathCubic + \o \l PathAttribute + \o \l PathPercent + \endlist \endlist \endlist diff --git a/doc/src/images/declarative-nopercent.png b/doc/src/images/declarative-nopercent.png Binary files differnew file mode 100644 index 0000000..28b00a9 --- /dev/null +++ b/doc/src/images/declarative-nopercent.png diff --git a/doc/src/images/declarative-pathattribute.png b/doc/src/images/declarative-pathattribute.png Binary files differnew file mode 100644 index 0000000..04215db --- /dev/null +++ b/doc/src/images/declarative-pathattribute.png diff --git a/doc/src/images/declarative-pathcubic.png b/doc/src/images/declarative-pathcubic.png Binary files differnew file mode 100644 index 0000000..ffbca5d --- /dev/null +++ b/doc/src/images/declarative-pathcubic.png diff --git a/doc/src/images/declarative-pathquad.png b/doc/src/images/declarative-pathquad.png Binary files differnew file mode 100644 index 0000000..65f1999 --- /dev/null +++ b/doc/src/images/declarative-pathquad.png diff --git a/doc/src/images/declarative-percent.png b/doc/src/images/declarative-percent.png Binary files differnew file mode 100644 index 0000000..c277055 --- /dev/null +++ b/doc/src/images/declarative-percent.png |