summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/doc/src/qthelp-examples.qdoc
blob: e2191bb03281439146468dd8367324632efaf5ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \group examples-qthelp
    \ingroup all-examples
    \title Qt Help Examples
    \brief Adding context-sensitive help to Qt applications.

    The Qt help system includes tools for generating and viewing Qt help files.
    In addition, it provides classes for accessing help contents programatically
    to be able to integrate online help into Qt applications.

    The following example illustrates how to add context-sensitive help to
    applications.

*/

/*
    \list
    \li \l{contextsensitivehelp}{Context-Sensitive Help}
    \endlist
*/