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

/*!
    \group examples-qtassistant
    \ingroup all-examples
    \title Qt Assistant Examples
    \brief Using Qt Assistant as a help viewer for  Qt applications.

    \image assistant-examples.png

    Qt Assistant provides support for interactive help and enables you to
    display customer documentation to users of your Qt applications.

    The following examples illustrate how to use Qt Assistant as a help viewer
    for applications.

*/

/*
    \list
    \li \l{simpletextviewer}{Simple Text Viewer}\raisedaster
    \li \l{remotecontrol}{Remote Control}
    \endlist

    Examples marked with an asterisk (*) are fully documented.
*/