summaryrefslogtreecommitdiffstats
path: root/examples/dbus/doc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/doc')
-rw-r--r--examples/dbus/doc/images/dbus-chat-example.pngbin38530 -> 0 bytes
-rw-r--r--examples/dbus/doc/images/dbus-chat-example.webpbin0 -> 17556 bytes
-rw-r--r--examples/dbus/doc/src/chat.qdoc7
-rw-r--r--examples/dbus/doc/src/complexpingpong.qdoc5
-rw-r--r--examples/dbus/doc/src/listnames.qdoc15
-rw-r--r--examples/dbus/doc/src/pingpong.qdoc3
6 files changed, 9 insertions, 21 deletions
diff --git a/examples/dbus/doc/images/dbus-chat-example.png b/examples/dbus/doc/images/dbus-chat-example.png
deleted file mode 100644
index ad66d08950..0000000000
--- a/examples/dbus/doc/images/dbus-chat-example.png
+++ /dev/null
Binary files differ
diff --git a/examples/dbus/doc/images/dbus-chat-example.webp b/examples/dbus/doc/images/dbus-chat-example.webp
new file mode 100644
index 0000000000..82f651a50c
--- /dev/null
+++ b/examples/dbus/doc/images/dbus-chat-example.webp
Binary files differ
diff --git a/examples/dbus/doc/src/chat.qdoc b/examples/dbus/doc/src/chat.qdoc
index a39cf85367..fdbc2f30ae 100644
--- a/examples/dbus/doc/src/chat.qdoc
+++ b/examples/dbus/doc/src/chat.qdoc
@@ -3,15 +3,16 @@
/*!
\example chat
- \title D-Bus Chat Example
+ \title D-Bus Chat
+ \examplecategory {Connectivity}
\ingroup examples-dbus
\brief Demonstrates communication among instances of an application.
\e Chat is a \l{Qt D-Bus} example which demonstrates a simple chat system
- among instances of an application. Users connect and send message to
+ among instances of an application. Users connect and send messages to
each other.
- \image dbus-chat-example.png
+ \image dbus-chat-example.webp
\include examples-run.qdocinc
*/
diff --git a/examples/dbus/doc/src/complexpingpong.qdoc b/examples/dbus/doc/src/complexpingpong.qdoc
index 9c8379ad54..84fccdf561 100644
--- a/examples/dbus/doc/src/complexpingpong.qdoc
+++ b/examples/dbus/doc/src/complexpingpong.qdoc
@@ -3,11 +3,12 @@
/*!
\example complexpingpong
- \title D-Bus Complex Ping Pong Example
+ \title D-Bus Complex Ping Pong
+ \examplecategory {Connectivity}
\ingroup examples-dbus
\brief Demonstrates usage of the Qt D-Bus typesystem.
- \e{Complex Ping Pong Example} demonstrates the use of \l{Qt D-Bus}
+ \e{Complex Ping Pong} example demonstrates the use of \l{Qt D-Bus}
typesystem with QDBusVariant and QDBusReply. The example consists of the
main application \c complexping which starts the other application, \c
complexpong. Entering keywords such as \c hello and \c ping is handled by
diff --git a/examples/dbus/doc/src/listnames.qdoc b/examples/dbus/doc/src/listnames.qdoc
deleted file mode 100644
index afff9bd920..0000000000
--- a/examples/dbus/doc/src/listnames.qdoc
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
-
-/*!
- \example listnames
- \title D-Bus List Names Example
- \ingroup examples-dbus
- \brief Shows how to access the D-Bus bus daemon service.
-
- \e{List Names} is a command-line example which shows how to
- access the \l{Qt D-Bus} bus daemon service. The example prints various
- information about the bus daemon service.
-
- \include examples-run.qdocinc
-*/
diff --git a/examples/dbus/doc/src/pingpong.qdoc b/examples/dbus/doc/src/pingpong.qdoc
index 29c06adcf3..1ab0ec62fe 100644
--- a/examples/dbus/doc/src/pingpong.qdoc
+++ b/examples/dbus/doc/src/pingpong.qdoc
@@ -3,7 +3,8 @@
/*!
\example pingpong
- \title D-Bus Ping Pong Example
+ \title D-Bus Ping Pong
+ \examplecategory {Connectivity}
\ingroup examples-dbus
\brief Demonstrates a simple message system using D-Bus.