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
assistant-example.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 \group examples-qtassistant
6 \ingroup all-examples
7 \title Qt Assistant Examples
8 \brief Using Qt Assistant as a help viewer for Qt applications.
9
10 \image assistant-examples.png
11
12 Qt Assistant provides support for interactive help and enables you to
13 display customer documentation to users of your Qt applications.
14
15 The following examples illustrate how to use Qt Assistant as a help viewer
16 for applications.
17
18*/
19
20/*
21 \list
22 \li \l{simpletextviewer}{Simple Text Viewer}\raisedaster
23 \li \l{remotecontrol}{Remote Control}
24 \endlist
25
26 Examples marked with an asterisk (*) are fully documented.
27*/