Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtcore.qdoc
Go to the documentation of this file.
1
// Copyright (C) 2016 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4
/*!
5
\module QtCore
6
\title Qt Core C++ Classes
7
\ingroup modules
8
\qtcmakepackage Core
9
\qtvariable core
10
11
\brief Provides core non-GUI functionality.
12
13
All other Qt modules rely on this module.
14
15
The \l{Qt Core} page contains information about how to use the module.
16
*/
17
18
/*!
19
\module QtCorePrivate
20
\title Qt Core Private C++ Classes
21
\qtvariable core-private
22
\qtcmakepackage CorePrivate
23
\preliminary
24
\brief Provides private core functionality.
25
26
When building with CMake, use the following commands to use
27
private Qt Core APIs:
28
29
\badcode
30
find_package(Qt6 REQUIRED COMPONENTS CorePrivate)
31
target_link_libraries(mytarget PRIVATE Qt6::CorePrivate)
32
\endcode
33
*/
qtbase
src
corelib
doc
src
qtcore.qdoc
Generated on
for Qt by
1.14.0