aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/projects/creator-projects-creating.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/projects/creator-projects-creating.qdoc')
-rw-r--r--doc/src/projects/creator-projects-creating.qdoc14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/src/projects/creator-projects-creating.qdoc b/doc/src/projects/creator-projects-creating.qdoc
index 2facd5ad14..26209b6c04 100644
--- a/doc/src/projects/creator-projects-creating.qdoc
+++ b/doc/src/projects/creator-projects-creating.qdoc
@@ -107,18 +107,20 @@
Use \QD forms to design a Qt widget based user interface for the
desktop and C++ to implement the application logic
- \li Qt Quick Application
+ \li Qt Quick Application - Empty
+
+ Create an empty Qt Quick application that uses Qt Quick 2 types.
- Create a Qt Quick application that contains both QML and C++
- code. The project includes a QQuickView.
You can build the application and deploy it to desktop,
embedded, and mobile target platforms.
- \li Qt Quick Controls 2 Application
+ \li Qt Quick Application - Scroll, Stack, or Swipe
- Create a Qt Quick application using
+ Create a Qt Quick application that uses
\l{http://doc.qt.io/qt-5/qtquickcontrols2-index.html}
- {Qt Quick Controls 2} (requires Qt 5.7 or later)
+ {Qt Quick Controls 2} to implement a scrollable list (requires
+ Qt 5.9 or later) or a set of pages with a stack-based or
+ swipe-based navigation model (requires Qt 5.7 or later).
\li Qt Canvas 3D Application