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-index.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 \page qthelp-index.html
6 \title Qt Help
7 \brief The QtHelp module provides classes for integrating
8 online documentation in applications.
9
10 The Qt help system includes tools for generating and viewing Qt help files.
11 In addition, it provides classes for accessing help contents
12 programmatically to be able to integrate online help into Qt applications.
13
14 \section1 Getting Started
15
16 To link against the Qt Help module, add this line to the project file:
17
18 \snippet doc_src_qthelp.qdoc 1
19
20 \section1 Articles and Guides
21
22 The classes and tools supplied with Qt to enable developers to include
23 online help and documentation in their applications are described in
24 more detail in \l{The Qt Help Framework}.
25
26 \section1 API Reference
27
28 These are links to the API reference material:
29
30 \list
31 \li \l{Qt Help C++ Classes}{C++ Classes}
32 \endlist
33
34 \section1 License Information
35
36 Qt Help is available under commercial licenses from \l{The Qt Company}.
37 In addition, it is available under free software licenses. Since Qt 5.4,
38 these free software licenses are
39 \l{GNU Lesser General Public License, version 3}, or
40 the \l{GNU General Public License, version 2}.
41 See \l{Qt Licensing} for further details.
42
43 \generatelist{groupsbymodule attributions-qthelp}
44*/