diff --git a/doc/qtcreator/images/qtcreator-project-qt-quick-details.webp b/doc/qtcreator/images/qtcreator-project-qt-quick-details.webp index 56da5804372..cfd0d752cef 100644 Binary files a/doc/qtcreator/images/qtcreator-project-qt-quick-details.webp and b/doc/qtcreator/images/qtcreator-project-qt-quick-details.webp differ diff --git a/doc/qtcreator/src/qtquick/creator-only/qtquick-creating.qdoc b/doc/qtcreator/src/qtquick/creator-only/qtquick-creating.qdoc index 6864010554e..d0c4e64970e 100644 --- a/doc/qtcreator/src/qtquick/creator-only/qtquick-creating.qdoc +++ b/doc/qtcreator/src/qtquick/creator-only/qtquick-creating.qdoc @@ -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. diff --git a/doc/qtcreator/src/qtquick/creator-only/qtquick-tutorial-create-empty-project.qdocinc b/doc/qtcreator/src/qtquick/creator-only/qtquick-tutorial-create-empty-project.qdocinc index 03abe50380a..e25719ffdfc 100644 --- a/doc/qtcreator/src/qtquick/creator-only/qtquick-tutorial-create-empty-project.qdocinc +++ b/doc/qtcreator/src/qtquick/creator-only/qtquick-tutorial-create-empty-project.qdocinc @@ -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] */