From 78f3dfad872c0b6dd9d7ebc9c074e25e0bc2cdbd Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 20 Mar 2024 09:43:16 +0100 Subject: [PATCH] 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 --- doc/qtcreator/config/style/qt5-sidebar.html | 2 +- .../python/creator-tutorial-python-application-qt-widgets.qdoc | 2 +- 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 c5ecac11af4..9fc4a6bc7b3 100644 --- a/doc/qtcreator/config/style/qt5-sidebar.html +++ b/doc/qtcreator/config/style/qt5-sidebar.html @@ -27,7 +27,7 @@
  • Creating a Qt Quick Application
  • Creating a Qt Widget Based Application
  • Creating a Qt for Python Application with Qt Quick
  • -
  • Creating a Qt for Python Application with Qt Widgets
  • +
  • Creating a Qt for Python Application with Qt Widgets
  • Debugging a C++ Application
  • Debugging a Qt Quick Application
  • See All
  • 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 d1da60de273..765ff75c2a2 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