aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <[email protected]>2025-03-11 16:25:43 +0100
committerLeena Miettinen <[email protected]>2025-03-12 08:40:15 +0000
commit8a97912a5eeb5727d9a19eeeccb1e6d930052f6e (patch)
tree6f075f0ad45526d1c3a6d29bb7316f0493635be3
parentf3061f5bc8b1ac230f3b697e3f4ee77feaa77020 (diff)
Doc: Don't mention creating CMake project for opening in QDS
This is no longer possible. Also, use the same name for the component module as in QDS. Change-Id: I76a4ad07069d3d4871259ba725b35cebc80d4c4e Reviewed-by: Alessandro Portale <[email protected]> Reviewed-by: <[email protected]>
-rw-r--r--doc/qtcreator/src/qtquick/qtquick-converting-ui-projects-to-applications.qdocinc13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/qtcreator/src/qtquick/qtquick-converting-ui-projects-to-applications.qdocinc b/doc/qtcreator/src/qtquick/qtquick-converting-ui-projects-to-applications.qdocinc
index ea7b8cf70f1..80086c8f02f 100644
--- a/doc/qtcreator/src/qtquick/qtquick-converting-ui-projects-to-applications.qdocinc
+++ b/doc/qtcreator/src/qtquick/qtquick-converting-ui-projects-to-applications.qdocinc
@@ -20,8 +20,7 @@
\note Since \QDS 2.3.0, \QDS project wizard templates generate projects that
can be built with CMake. You can open the \e CMakeLists.txt project file in
- Qt Creator to continue developing the project. Also, you can use Qt Creator
- to create a Qt Quick Application project that you can open in \QDS.
+ Qt Creator to continue developing the project.
\target wizard-template-note
\note Since \QDS 3.9.0, \QDS project wizard templates generate projects that
@@ -54,12 +53,12 @@
show the main QML file when the application starts.
\if defined(qtcreator)
- The \e {Qt Quick Designer Components} module is installed when you
+ The \e {Qt Quick Studio Components} module is installed when you
install \QDS. If you use Qt Quick Studio Components or Effects
from the module in a project that you want to edit in Qt Creator,
you have to build the module and install it to your Qt to be able to
build your project. For more information, see
- \l{Adding Qt Quick Designer Components to Qt Installations}.
+ \l{Adding Qt Quick Studio Components to Qt Installations}.
The \l{Qt Quick Timeline} module is installed when you install \QDS.
If you only install Qt Creator and Qt, remember to also select the
@@ -110,7 +109,7 @@
project.
\note If you get error messages related to modules, perfom the steps
- described in \l{Adding Qt Quick Designer Components to Qt Installations}.
+ described in \l{Adding Qt Quick Studio Components to Qt Installations}.
\endlist
For example, if you copy the source files of the \e ProgressBar
@@ -142,7 +141,7 @@
using the Qt resource system dynamically. For more information, see
\l{The Qt Resource System}.
- \section1 Adding Qt Quick Designer Components to Qt Installations
+ \section1 Adding Qt Quick Studio Components to Qt Installations
Since \QDS 3.9, the Qt Quick Studio Components module is installed by default
as part of the application created with \QDS. You can also install the module manually.
@@ -154,7 +153,7 @@
git clone https://code.qt.io/qt-labs/qtquickdesigner-components.git
\endcode
- \li Install the Qt Quick Designer Components module.
+ \li Install the Qt Quick Studio Components module.
\badcode
mkdir build