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
qthelp-module.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 QtHelp
6 \title Qt Help C++ Classes
7 \ingroup modules
8 \qtcmakepackage Help
9 \qtvariable help
10
11 \brief Provides classes for integrating online documentation in
12 applications.
13
14 The classes and tools supplied with Qt to enable developers to include
15 online help and documentation in their applications are described in
16 more detail in \l{The Qt Help Framework} overview document.
17
18 To link against the module, add this line to your \l qmake \c
19 .pro file:
20
21 \snippet doc_src_qthelp.qdoc 1
22
23*/