diff --git a/doc/images/qmldesigner-new-project.png b/doc/images/qmldesigner-new-project.png index 3d8e5265f03..57c53d8bd4a 100644 Binary files a/doc/images/qmldesigner-new-project.png and b/doc/images/qmldesigner-new-project.png differ diff --git a/doc/images/qtcreator-new-qt-quick-project-wizard.png b/doc/images/qtcreator-new-qt-quick-project-wizard.png index 508403303da..f2534685923 100644 Binary files a/doc/images/qtcreator-new-qt-quick-project-wizard.png and b/doc/images/qtcreator-new-qt-quick-project-wizard.png differ diff --git a/doc/src/projects/creator-projects-creating.qdoc b/doc/src/projects/creator-projects-creating.qdoc index 05a8969a8dd..f02ec75d528 100644 --- a/doc/src/projects/creator-projects-creating.qdoc +++ b/doc/src/projects/creator-projects-creating.qdoc @@ -120,10 +120,12 @@ \li Qt Quick Controls Application Create a Qt Quick application using + \l{http://doc-snapshots.qt.io/qt5-5.7/qtquickcontrols2-index.html} + {Qt Quick Controls 2} (requires Qt 5.7 or later), \l{http://doc.qt.io/qt-5/qtquickcontrols-index.html} - {Qt Quick Controls} or + {Qt Quick Controls}, or \l{http://doc.qt.io/qt-5/qtlabscontrols-index.html} - {Qt Labs Controls} + {Qt Labs Controls} (only for Qt 5.6) \li Qt Canvas 3D Application diff --git a/doc/src/qtquick/qtquick-creating.qdoc b/doc/src/qtquick/qtquick-creating.qdoc index 8d8adad80fe..2b4d8c85cce 100644 --- a/doc/src/qtquick/qtquick-creating.qdoc +++ b/doc/src/qtquick/qtquick-creating.qdoc @@ -50,13 +50,16 @@ a QQuickView. You can build the application and deploy it to desktop, embedded, and mobile target platforms. - \li \uicontrol {Qt Quick Controls Application} and + \li \uicontrol {Qt Quick Controls Application}, + \uicontrol {Qt Quick Controls 2 Application}, and \uicontrol {Qt Labs Controls Application} are like \uicontrol {Qt Quick Application}, but using + \l{http://doc-snapshots.qt.io/qt5-5.7/qtquickcontrols2-index.html} + {Qt Quick Controls 2} (requires Qt 5.7 or later), \l{http://doc.qt.io/qt-5/qtquickcontrols-index.html} - {Qt Quick Controls} or + {Qt Quick Controls}, or \l{http://doc.qt.io/qt-5/qtlabscontrols-index.html} - {Qt Labs Controls} + {Qt Labs Controls} (only for Qt 5.6) \li \uicontrol {Qt Canvas 3D Application} creates a Qt Quick application that imports the Qt Canvas 3D module and, optionally, includes