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-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-dbus
6 \title Qt D-Bus Examples
7 \brief Using D-Bus from Qt applications.
8 \ingroup all-examples
9
10 \l{Qt D-Bus} allows applications to send messages to each other using
11 D-Bus. This page lists examples which specifically use D-Bus for
12 inter-process communication (IPC).
13
14*/