blob: d5ca107d19a75b23f0e9188025d934424cb0f912 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\example remotecontrol
\ingroup examples-qtassistant
\title Remote Control Example
\examplecategory {Desktop}
\brief Using and controlling Qt Assistant as a help viewer.
\image remotecontrol-example.png {Screenshot of the example UI}
*/
|