Doc: Fix navigation

- Add "User Interface" and "Configuring Qt Creator" to the TOC
- Fix a \previouspage link to point to the How To topic
- Arrange Reference topic categories in alphabetic order

Change-Id: I674db28d089f5dd13a0bd16d34682fff8887b8ee
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2024-07-05 16:36:27 +02:00
parent 0cfdf2f5ae
commit 93fcd753c8
3 changed files with 17 additions and 15 deletions

View File

@@ -15,6 +15,8 @@
<div class="indexboxcont indexboxbar"> <div class="indexboxcont indexboxbar">
<ul> <ul>
<li><a href="creator-overview.html">Overview</a></li> <li><a href="creator-overview.html">Overview</a></li>
<li><a href="creator-quick-tour.html">User Interface</a></li>
<li><a href="creator-configuring.html">Configuring Qt Creator</a></li>
<li><a href="creator-project-creating.html">Creating Projects</a></li> <li><a href="creator-project-creating.html">Creating Projects</a></li>
<li><a href="creator-configuring-projects.html">Configuring Projects</a></li> <li><a href="creator-configuring-projects.html">Configuring Projects</a></li>
<li><a href="creator-debugging.html">Debugging</a></li> <li><a href="creator-debugging.html">Debugging</a></li>

View File

@@ -9,7 +9,7 @@
/*! /*!
\page creator-how-to-use-heob.html \page creator-how-to-use-heob.html
\previouspage creator-clang-tools.html \previouspage creator-how-tos.html
\ingroup creator-how-to-analyze \ingroup creator-how-to-analyze

View File

@@ -19,20 +19,6 @@
\annotatedlist creator-reference-analyzer \annotatedlist creator-reference-analyzer
\section1 Debuggers
Set up and use debuggers to debug executable binary files, as well as
QML, Java, and Python source code.
\annotatedlist creator-reference-debugger
\section2 Debugger Views
Inspect the state of your application while debugging in the
\uicontrol Debug mode.
\annotatedlist creator-reference-debugger-views
\section1 Build Systems \section1 Build Systems
When you create projects, you can choose the build system to use for When you create projects, you can choose the build system to use for
@@ -50,6 +36,20 @@
\annotatedlist creator-reference-build-configurations \annotatedlist creator-reference-build-configurations
\section1 Debuggers
Set up and use debuggers to debug executable binary files, as well as
QML, Java, and Python source code.
\annotatedlist creator-reference-debugger
\section2 Debugger Views
Inspect the state of your application while debugging in the
\uicontrol Debug mode.
\annotatedlist creator-reference-debugger-views
\section1 Devices \section1 Devices
Connect devices to the computer to run, debug, and analyze applications Connect devices to the computer to run, debug, and analyze applications