summaryrefslogtreecommitdiffstats
path: root/examples/opcua/waterpump/waterpump-qml/doc/waterpump-qml.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opcua/waterpump/waterpump-qml/doc/waterpump-qml.qdoc')
-rw-r--r--examples/opcua/waterpump/waterpump-qml/doc/waterpump-qml.qdoc15
1 files changed, 7 insertions, 8 deletions
diff --git a/examples/opcua/waterpump/waterpump-qml/doc/waterpump-qml.qdoc b/examples/opcua/waterpump/waterpump-qml/doc/waterpump-qml.qdoc
index 982b3af..620f9d5 100644
--- a/examples/opcua/waterpump/waterpump-qml/doc/waterpump-qml.qdoc
+++ b/examples/opcua/waterpump/waterpump-qml/doc/waterpump-qml.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2018 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -28,13 +28,12 @@
/*!
\example waterpump/waterpump-qml
\ingroup qtopcua-examples
- \title Example using the QML API for Qt OPC UA
- \brief This example shows how to use Qt OPC UA QML API to interact with an OPC UA
- server to build a QML based HMI for a simple machine.
+ \title Qt Quick Waterpump Example
+ \brief Interacting with an OPC UA server to build a QML-based HMI for a
+ simple machine.
- \section1 Introduction
- This example shows how to use Qt OPC UA QML API to interact with an OPC UA
- server to build a QML based HMI for a simple machine.
+ \e{Qt Quick Waterpump} shows how to use Qt OPC UA QML API to interact with
+ an OPC UA server to build a QML based HMI for a simple machine.
\section1 The Simulation
The OPC UA server included in this example runs a simulation of a machine
@@ -108,7 +107,7 @@
For example, the button to flush the second tank is enabled
only if the backend is connected to the server, the machine is idle, and
- the tank level is above the setpoint. On click, the flushTank2() method
+ the tank level is above the setpoint. On click, the \c flushTank2() method
is called on the server.
\quotefromfile waterpump/waterpump-qml/MachineDisplay.qml