aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/debugger
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2023-12-14 14:55:32 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2024-01-05 13:35:43 +0000
commit158058ca3bfe939ba2c132ae85de7821f7111f7d (patch)
treed678e44af15c1655d7391577c7bf34b340f38b7a /doc/qtcreator/src/debugger
parent2fca5170689e5ae1502578423f140aa3e905fbbd (diff)
Doc: Reorganize the "Designing UIs" section
- Create how-to and reference topics. - Move the short descriptions of topics to "IDE Overview". Task-number: QTCREATORBUG-29361 Change-Id: I11a334de6151350ce993e4135828a3eecaabf308 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
Diffstat (limited to 'doc/qtcreator/src/debugger')
-rw-r--r--doc/qtcreator/src/debugger/qtquick-debugging.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qtcreator/src/debugger/qtquick-debugging.qdoc b/doc/qtcreator/src/debugger/qtquick-debugging.qdoc
index 56cefd70e6..a9d297419c 100644
--- a/doc/qtcreator/src/debugger/qtquick-debugging.qdoc
+++ b/doc/qtcreator/src/debugger/qtquick-debugging.qdoc
@@ -36,8 +36,8 @@
\if defined(qtcreator)
The process of setting up debugging for Qt Quick projects depends on the
- \l{Creating Qt Quick Projects}{type of the project}: Qt Quick UI or Qt Quick
- Application, and the Qt version used.
+ \e type of the project: \uicontrol {Qt Quick UI Prototype} or
+ \uicontrol {Qt Quick Application}, and the Qt version.
\section2 Debugging Qt Quick UI Projects
\endif