summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eliasson <[email protected]>2022-03-03 13:49:43 +0100
committerAndreas Eliasson <[email protected]>2022-03-15 18:00:10 +0100
commit7c12eb17067e55717197effdc84d7cd93f30b7ac (patch)
tree8350d09b46b0e3f812c6af9006537c532d7d136b
parentdc5a9eacf5643bf4659233cf16c02fa2c73f4eac (diff)
Doc: Revise Qt Core module landing page
Use new global include snippets for the 'Using the Module' section and reorganize the sections structure. The sections should follow this order: - Using the Module - Articles and Guides - Examples - (API) Reference - Module Evolution - Licenses and Attributions Task-number: QTBUG-100369 Pick-to: 6.3 Change-Id: I239bcf53719f0036867ac1d513dc74e1bfa7bc8b Reviewed-by: Topi Reiniƶ <[email protected]>
-rw-r--r--src/corelib/doc/src/qtcore-index.qdoc58
1 files changed, 30 insertions, 28 deletions
diff --git a/src/corelib/doc/src/qtcore-index.qdoc b/src/corelib/doc/src/qtcore-index.qdoc
index 82f23bf4076..f8158166535 100644
--- a/src/corelib/doc/src/qtcore-index.qdoc
+++ b/src/corelib/doc/src/qtcore-index.qdoc
@@ -52,14 +52,17 @@
\li \l{Signals & Slots}
\endlist
- \include module-use.qdocinc using qt module
- \quotefile overview/using-qt-core.cmake
+ \section1 Using the Module
- See also the \l {Build with CMake} overview.
+ \include {module-use.qdocinc} {using the c++ api}
+
+ \section2 Building with CMake
+
+ \include {module-use.qdocinc} {building with cmake} {Core}
\section2 Building with qmake
- If you use \l qmake to build your projects, Qt6Core is linked by default.
+ If you use \l qmake to build your projects, Qt Core is linked by default.
\section1 Threading and Concurrent Programming
@@ -100,31 +103,8 @@
\li \l{The Event System}
\endlist
- \section1 Module Evolution
-
- \l{Changes to Qt Core} lists important changes in the module API
- and functionality that were done for the Qt 6 series of Qt.
-
- \section1 Licenses and Attributions
-
- Qt Core is available under commercial licenses from \l{The Qt Company}.
- In addition, it is available under free software licenses:
- The \l{GNU Lesser General Public License, version 3}, or
- the \l{GNU General Public License, version 2}.
- See \l{Qt Licensing} for further details.
-
- Executables on Windows potentially link
- against \l{The QtEntryPoint Library}. This library is available
- under commercial licenses and also under the
- \l{BSD 3-clause "New" or "Revised" License}.
-
- Furthermore, Qt Core in Qt \QtVersion may contain third party
- modules under following permissive licenses:
-
- \generatelist{groupsbymodule attributions-qtcore}
-
\section1 Reference
- These are links to the API reference materials.
+
\list
\li \l{Qt Core C++ Classes}{C++ Classes}
\list
@@ -144,4 +124,26 @@
\endlist
\endlist
+ \section1 Module Evolution
+
+ \l{Changes to Qt Core} lists important changes in the module API
+ and functionality that were made for the Qt 6 series of Qt.
+
+ \section1 Licenses and Attributions
+
+ Qt Core is available under commercial licenses from \l{The Qt Company}.
+ In addition, it is available under free software licenses:
+ The \l{GNU Lesser General Public License, version 3}, or
+ the \l{GNU General Public License, version 2}.
+ See \l{Qt Licensing} for further details.
+
+ Executables on Windows potentially link
+ against \l{The QtEntryPoint Library}. This library is available
+ under commercial licenses and also under the
+ \l{BSD 3-clause "New" or "Revised" License}.
+
+ Furthermore, Qt Core in Qt \QtVersion may contain third party
+ modules under the following permissive licenses:
+
+ \generatelist{groupsbymodule attributions-qtcore}
*/