aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/debugger
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2023-07-31 16:26:12 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2023-08-28 09:55:01 +0000
commit4c4719f4d0cba742b0a1754535abb9a496db6b0f (patch)
treefb3e68548ec079c6a35a39a8962ca978f46a180b /doc/qtcreator/src/debugger
parent1bcc5b137dfe14d6f12f6821e0de2a0fd7756dd2 (diff)
Doc: Turn Qt for Python wizard docs into tutorials
Remove the Python instructions from Creating Projects and turn them into Qt Quick and Qt Widgets tutorials. Turn the Developing Qt for Python Applications topic into a How-to. Change-Id: Ia3b547fbefd5f8e6b67d673b9724cd6e3f0b4424 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'doc/qtcreator/src/debugger')
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger-setup.qdoc2
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger-setup.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger-setup.qdoc
index d457abc4f9..03cfc5b1ba 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger-setup.qdoc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger-setup.qdoc
@@ -214,7 +214,7 @@
\l{https://docs.python.org/3/library/pdb.html}{PDB} is a source code debugger
for Python applications. You can use it to debug projects that have a
- \l {Creating Widget-Based Qt for Python Applications}{.pyproject}
+ \l {Creating a Qt for Python Application with Qt Widgets}{.pyproject}
configuration file.
You must install Python and set the interpreter to use in \uicontrol Projects
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
index 5b3e0797f7..1c93720d9f 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
@@ -156,7 +156,7 @@
a long time. Typically, in the range of several seconds to minutes if you use
complex features.
- For \l {Creating Widget-Based Qt for Python Applications}{Python} projects,
+ For \l {Creating a Qt for Python Application with Qt Widgets}{Python} projects,
start debugging the \c main.py file. If you encounter problems, check the
active build target in the \l{Building for Multiple Platforms}{kit selector}.