diff options
author | David Boddie <david.boddie@nokia.com> | 2010-09-30 14:12:24 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-09-30 14:12:24 (GMT) |
commit | 41f8b74b2c133ddc79962c75fd22e335caec0f0f (patch) | |
tree | 8b973758cbce29d437b5d73436d5907cfe197ec5 /doc/src/declarative/extending-tutorial.qdoc | |
parent | 70fd09b335f60be7b68f258c47abe2bb092d5775 (diff) | |
download | Qt-41f8b74b2c133ddc79962c75fd22e335caec0f0f.zip Qt-41f8b74b2c133ddc79962c75fd22e335caec0f0f.tar.gz Qt-41f8b74b2c133ddc79962c75fd22e335caec0f0f.tar.bz2 |
Doc: Shorten lists of basic QML types.
Diffstat (limited to 'doc/src/declarative/extending-tutorial.qdoc')
-rw-r--r-- | doc/src/declarative/extending-tutorial.qdoc | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/doc/src/declarative/extending-tutorial.qdoc b/doc/src/declarative/extending-tutorial.qdoc index 349ac30..1e5441b 100644 --- a/doc/src/declarative/extending-tutorial.qdoc +++ b/doc/src/declarative/extending-tutorial.qdoc @@ -290,19 +290,13 @@ enum-type property to store a display mode for each chart: \endcode We can also use various other property types. QML has built-in support for the following -types: +types listed in the \l{Extending Types from QML} document, including the following: \list -\o bool -\o unsigned int, int -\o float, double, qreal -\o QString -\o QUrl -\o QColor +\o bool, unsigned int, int, float, double, qreal +\o QString, QUrl, QColor \o QDate, QTime, QDateTime -\o QPoint, QPointF -\o QSize, QSizeF -\o QRect, QRectF +\o QPoint, QPointF, QSize, QSizeF, QRect, QRectF \o QVariant \endlist |