summaryrefslogtreecommitdiffstats
path: root/src/dbus/doc/src/qtdbus-examples.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2014-05-23 17:35:10 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-28 16:52:04 +0200
commit3e38944118a0195620a6c4bff591155cdd560b63 (patch)
tree8927cd1813db7a4f6a9effaf6463634c9ea2aa1c /src/dbus/doc/src/qtdbus-examples.qdoc
parent530607d8ba0dac8d91d20ec0e62d3129cb21e225 (diff)
doc: Updated Qt D-Bus Examples.
-transferred group page from qtdoc repository -added description in example pages -set the example documentation to use the standard Qt thumbnail -added an entry in the help index for the example page Change-Id: I9d5747bc329b5ecc15acd2eb3139696931166c6f Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/dbus/doc/src/qtdbus-examples.qdoc')
-rw-r--r--src/dbus/doc/src/qtdbus-examples.qdoc38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/dbus/doc/src/qtdbus-examples.qdoc b/src/dbus/doc/src/qtdbus-examples.qdoc
new file mode 100644
index 0000000000..c0dde656b6
--- /dev/null
+++ b/src/dbus/doc/src/qtdbus-examples.qdoc
@@ -0,0 +1,38 @@
+/****************************************************************************
+**
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia. For licensing terms and
+** conditions see http://qt.digia.com/licensing. For further information
+** use the contact form at http://qt.digia.com/contact-us.
+**
+** GNU Free Documentation License Usage
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file. Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: http://www.gnu.org/copyleft/fdl.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \group examples-dbus
+ \title Qt D-Bus Examples
+ \brief Using D-Bus from Qt applications.
+ \ingroup all-examples
+
+ \l{Qt D-Bus} allows applications to send messages to each other using
+ D-Bus. This page lists examples which specifically use D-Bus for
+ inter-process communication (IPC).
+
+*/