aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/extras/QtHelp.rst
blob: f6013486e6c77a82e9dc3c4d60088c43adb78007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
The QtHelp module provides classes for integrating online documentation
in applications.

Getting Started
^^^^^^^^^^^^^^^

To include the definitions of modules classes, use the following
directive:

::

    import PySide6.QtHelp

Articles and Guides
^^^^^^^^^^^^^^^^^^^

The classes and tools supplied with Qt to enable developers to include online
help and documentation in their applications are described in more detail in
:ref:`The Qt Help Framework<The-Qt-Help-Framework>` .