Doc - Add a disclaimer for QDeclarative functions and documentation.

This commit is contained in:
Leena Miettinen
2010-06-01 09:23:18 +02:00
parent 667566f774
commit 590e8f39ad

View File

@@ -2722,6 +2722,10 @@
\note This tutorial assumes that you are familiar with the \l {http://doc.qt.nokia.com/4.7-snapshot/declarativeui.html}
{QML declarative language}.
\note The Qt Quick specific features and the QDeclarative help are based on a
preview version of the QtDeclarative package. Update Qt Creator when Qt 4.7 is
released.
This tutorial describes how to use Qt Creator to create a small animated
Qt Quick application, Hello World.
@@ -5148,6 +5152,10 @@
\l {http://doc.qt.nokia.com/4.7-snapshot/qdeclarativeexamples.html} {QML examples and demos}
to learn how to use various aspects of QML.
\note The Qt Quick specific features and the QDeclarative help are based on a
preview version of the QtDeclarative package. Update Qt Creator when Qt 4.7 is
released.
You can use the code editor (\gui Edit mode) or the visual editor
(\gui Design mode) to develop Qt Quick applications.