summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMats Honkamaa <mats.honkamaa@qt.io>2023-08-17 10:30:28 +0300
committerMats Honkamaa <mats.honkamaa@qt.io>2023-08-17 11:09:44 +0300
commit0b16031b150b3f35902b4720de46ba294508c1eb (patch)
treea29807548f3481b9b14e1f40562cf83565af377a /examples
parentc7d9d505aae33846e33a4b40edd8a05e64f5a136 (diff)
Doc: Add example categories for Qt OPC UA examples
Task-number: QTBUG-116162 Pick-to: 6.5 6.6 Change-Id: I904a258aa8579f4f575b424f774f5b84f22eb4cd Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/opcua/opcuaviewer/doc/opcuaviewer.qdoc1
-rw-r--r--examples/opcua/waterpump/waterpump-qml/doc/waterpump-qml.qdoc1
-rw-r--r--examples/opcua/waterpump/waterpump-qmlcpp/doc/waterpump-qmlcpp.qdoc1
-rw-r--r--examples/opcua/x509/doc/x509.qdoc3
4 files changed, 5 insertions, 1 deletions
diff --git a/examples/opcua/opcuaviewer/doc/opcuaviewer.qdoc b/examples/opcua/opcuaviewer/doc/opcuaviewer.qdoc
index 2357ede..1f92f4e 100644
--- a/examples/opcua/opcuaviewer/doc/opcuaviewer.qdoc
+++ b/examples/opcua/opcuaviewer/doc/opcuaviewer.qdoc
@@ -5,6 +5,7 @@
\example opcuaviewer
\ingroup qtopcua-examples
\title Qt OPC UA Viewer Example
+ \examplecategory {Data Processing & I/O}
\brief Using the model/view approach to display all nodes of an
OPC UA server in a tree view.
diff --git a/examples/opcua/waterpump/waterpump-qml/doc/waterpump-qml.qdoc b/examples/opcua/waterpump/waterpump-qml/doc/waterpump-qml.qdoc
index 6a0bd8f..e1cb21a 100644
--- a/examples/opcua/waterpump/waterpump-qml/doc/waterpump-qml.qdoc
+++ b/examples/opcua/waterpump/waterpump-qml/doc/waterpump-qml.qdoc
@@ -5,6 +5,7 @@
\example waterpump/waterpump-qml
\ingroup qtopcua-examples
\title Qt Quick Waterpump Example
+ \examplecategory {Data Processing & I/O}
\brief Interacting with an OPC UA server to build a QML-based HMI for a
simple machine.
diff --git a/examples/opcua/waterpump/waterpump-qmlcpp/doc/waterpump-qmlcpp.qdoc b/examples/opcua/waterpump/waterpump-qmlcpp/doc/waterpump-qmlcpp.qdoc
index 680c707..2529a03 100644
--- a/examples/opcua/waterpump/waterpump-qmlcpp/doc/waterpump-qmlcpp.qdoc
+++ b/examples/opcua/waterpump/waterpump-qmlcpp/doc/waterpump-qmlcpp.qdoc
@@ -6,6 +6,7 @@
\example waterpump/waterpump-qmlcpp
\ingroup qtopcua-examples
\title Waterpump Example
+ \examplecategory {Data Processing & I/O}
\brief Interacting with an OPC UA server to build a QML-based HMI for a
simple machine.
diff --git a/examples/opcua/x509/doc/x509.qdoc b/examples/opcua/x509/doc/x509.qdoc
index c4f3bc8..a3d61b2 100644
--- a/examples/opcua/x509/doc/x509.qdoc
+++ b/examples/opcua/x509/doc/x509.qdoc
@@ -5,8 +5,9 @@
\example x509
\ingroup qtopcua-examples
\title Qt OPC UA X509 Support Example
+ \examplecategory {Data Processing & I/O}
\brief Shows how to generate keys and certificate signing requests.
- This example show how client applications can generate their own self-signed certificate
+ This example shows how client applications can generate their own self-signed certificate
or generate a certificate signing request.
*/