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.6 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>
This commit is contained in:
Jaishree Vyas 2023-11-30 12:02:00 +01:00 committed by Qt Cherry-pick Bot
parent 246d243e8d
commit 605f9413aa
4 changed files with 3 additions and 4 deletions

View File

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

View File

@ -6,7 +6,7 @@
\title Timers
\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
timer support in Qt. With QObject::startTimer(), you start a

View File

@ -6,7 +6,7 @@
\title Using Qt D-Bus Adaptors
\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
and provide the interface to the external world using D-Bus. Adaptors are

View File

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