Doc: Rearrange best practices and how to documentation

Change the best practices to how-tos, which are categorized
now on a new page.

Fixes: QTBUG-118044
Pick-to: 6.5
Change-Id: I78dba2a1fde03b346f110ecd54e11485a0869540
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
(cherry picked from commit 7372b3ab6748b68f1c5fba1f61df8083ce719bc5)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 605f9413aaff43dfcd6de47c247295d5d13eb568)
This commit is contained in:
Jaishree Vyas 2023-11-30 12:02:00 +01:00 committed by Qt Cherry-pick Bot
parent 2af50f6c81
commit ee0b32d77f
4 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@
\title Creating Custom Qt Types \title Creating Custom Qt Types
\brief How to create and register new types with Qt. \brief How to create and register new types with Qt.
\ingroup best-practices \ingroup how-to
\tableofcontents \tableofcontents

View File

@ -6,7 +6,7 @@
\title Timers \title Timers
\brief How to use Qt timers in your application. \brief How to use Qt timers in your application.
\ingroup best-practices \ingroup how-to
QObject, the base class of all Qt objects, provides the basic QObject, the base class of all Qt objects, provides the basic
timer support in Qt. With QObject::startTimer(), you start a timer support in Qt. With QObject::startTimer(), you start a

View File

@ -6,7 +6,7 @@
\title Using Qt D-Bus Adaptors \title Using Qt D-Bus Adaptors
\brief How to create and use DBus adaptors in Qt. \brief How to create and use DBus adaptors in Qt.
\ingroup best-practices \ingroup how-to
Adaptors are special classes that are attached to any QObject-derived class Adaptors are special classes that are attached to any QObject-derived class
and provide the interface to the external world using D-Bus. Adaptors are and provide the interface to the external world using D-Bus. Adaptors are

View File

@ -14,7 +14,6 @@
\ingroup explanations-ui \ingroup explanations-ui
\ingroup frameworks-technologies \ingroup frameworks-technologies
\ingroup qt-basic-concepts \ingroup qt-basic-concepts
\ingroup best-practices
\nextpage Rich Text Document Structure \nextpage Rich Text Document Structure