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-examples.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-qthelp
6 \ingroup all-examples
7 \title Qt Help Examples
8 \brief Adding context-sensitive help to Qt 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 programatically
12 to be able to integrate online help into Qt applications.
13
14 The following example illustrates how to add context-sensitive help to
15 applications.
16
17*/
18
19/*
20 \list
21 \li \l{contextsensitivehelp}{Context-Sensitive Help}
22 \endlist
23*/