Doc: Remove obsolete options from Qt Quick App wizard

Change-Id: Id3391b54c63efd04421ab91c863376b8eb59ab40
Reviewed-by: Inkamari Harjula <inkamari.harjula@qt.io>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Leena Miettinen
2024-09-09 16:16:00 +02:00
parent 2f403042e8
commit 25736b1ca8
3 changed files with 4 additions and 26 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -19,9 +19,6 @@
Build the applications and deploy them to desktop, embedded, and mobile
target platforms.
You can select an option to create a project that you can open in a separate
visual editor, \QDS.
To create a Qt Quick Application project:
\list 1
@@ -45,21 +42,11 @@
box to create new projects in this folder by default. You can move
project folders later without problems.
\li Select \uicontrol Next (or \uicontrol Continue on \macos) to open
the \uicontrol {Define Build System} dialog.
\image qtcreator-project-qt-quick-details.webp {Define Project Details dialog}
To create a project that you can develop with a visual editor in
\QDS, select \uicontrol {Create a project that you can open in \QDS}.
\li In the \uicontrol {Build system} field, select the build system to
use for building and running the project: \l {CMake}
{CMake} or \l {qbs-build-system}{Qbs}.
\li Select \uicontrol Next to open the
\uicontrol {Define Project Details} dialog.
\image qtcreator-project-qt-quick-details.webp {Define Project Details dialog}
\li Select the Qt version to develop with in the
\uicontrol {Minimum required Qt version} field.
The Qt version determines the Qt Quick imports
@@ -71,7 +58,7 @@
\note If you have not installed the Qt Virtual Keyboard module when
you installed Qt, an error message will appear when you try to open
\e Main.qml for editing. You can use \l {Installing Qt}
{\QMT} to install Qt Virtual Keyboard.
{\QOI} to install Qt Virtual Keyboard.
\li Select \uicontrol Next to open the \uicontrol {Kit Selection}
dialog.

View File

@@ -28,15 +28,9 @@
\image qtcreator-project-qt-quick-details.webp {Define Project Details dialog}
\li Clear \uicontrol {Create a project that you can open in \QDS}.
\note This tutorial shows how to create the application in the
\uicontrol Edit mode. If you leave the checkbox selected, the
following instructions won't apply.
\li Select \uicontrol Next to open the \uicontrol {Kit Selection} dialog.
\li Select Qt 6.4 or later \l{Kits}{kits} for the
\li Select Qt 6.5 or later \l{Kits}{kits} for the
platforms that you want to build the application for. To build
applications for mobile devices, select kits also for Android and
iOS.
@@ -53,8 +47,5 @@
\endlist
For more information about the settings that you skipped, see
\l{Create Qt Quick Applications}.
//! [qtquick empty application]
*/