aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2024-03-20 09:43:16 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2024-03-21 12:00:12 +0000
commit78f3dfad872c0b6dd9d7ebc9c074e25e0bc2cdbd (patch)
tree2a6fee03e5fb6dd3a4fee68a2077e439bb07736b
parent258147a65c7067b57311b8b7ff74224a12f6c9df (diff)
Doc: Make the \page value consistent with that for other tutorials
Fix the link in the TOC sidebar online. Change-Id: I4522c7b65be6498797e5945f3e9c6dc4b4f3966b Reviewed-by: David Schulz <david.schulz@qt.io>
-rw-r--r--doc/qtcreator/config/style/qt5-sidebar.html2
-rw-r--r--doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/qtcreator/config/style/qt5-sidebar.html b/doc/qtcreator/config/style/qt5-sidebar.html
index c5ecac11af..9fc4a6bc7b 100644
--- a/doc/qtcreator/config/style/qt5-sidebar.html
+++ b/doc/qtcreator/config/style/qt5-sidebar.html
@@ -27,7 +27,7 @@
<li><a href="qtcreator-transitions-example.html">Creating a Qt Quick Application</a></li>
<li><a href="creator-writing-program.html">Creating a Qt Widget Based Application</a></li>
<li><a href="creator-tutorial-python-application-qt-quick.html">Creating a Qt for Python Application with Qt Quick</a></li>
- <li><a href="creator-tutorial-python-application-widgets.html">Creating a Qt for Python Application with Qt Widgets</a></li>
+ <li><a href="creator-tutorial-python-application-qt-widgets.html">Creating a Qt for Python Application with Qt Widgets</a></li>
<li><a href="creator-debugging-example.html">Debugging a C++ Application</a></li>
<li><a href="creator-qml-debugging-example.html">Debugging a Qt Quick Application</a></li>
<li><a href="creator-tutorials.html">See All</a></li>
diff --git a/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc b/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc
index d1da60de27..765ff75c2a 100644
--- a/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc
+++ b/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
- \page tutorial-python-application-qt-widgets.html
+ \page creator-tutorial-python-application-qt-widgets.html
\previouspage creator-tutorials.html
\nextpage creator-how-tos.html