Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtdbus-module.qdoc
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \module QtDBus
6 \title Qt D-Bus C++ Classes
7 \brief The Qt D-Bus module is a Unix-only library that you can use
8 to perform Inter-Process Communication using the \l{Qt D-Bus}{D-Bus} protocol.
9
10 \ingroup modules
11 \qtcmakepackage DBus
12 \qtvariable dbus
13
14 \keyword The QDBus compiler
15
16
17 Applications using the Qt D-Bus module can provide services to
18 other, remote applications by exporting objects, as well as use
19 services exported by those applications by placing calls and
20 accessing properties.
21
22 The \l{Qt D-Bus} page contains information about how to use the module.
23*/