summaryrefslogtreecommitdiffstats
path: root/src/opcua/client/qopcuatype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcua/client/qopcuatype.cpp')
-rw-r--r--src/opcua/client/qopcuatype.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/opcua/client/qopcuatype.cpp b/src/opcua/client/qopcuatype.cpp
index 1416a26..6f55db8 100644
--- a/src/opcua/client/qopcuatype.cpp
+++ b/src/opcua/client/qopcuatype.cpp
@@ -631,12 +631,26 @@ void QOpcUa::QQualifiedName::setName(const QString &name)
*/
/*!
+ \property QOpcUa::QLocalizedText::text
+
+ Textual content.
+*/
+
+/*!
\qmlproperty string LocalizedText::text
Textual content.
*/
/*!
+ \property QOpcUa::QLocalizedText::locale
+
+ Locale of the contained text.
+ This has to be in a modified ISO standard notation, for example \c en-US.
+ See OPC UA specification part 3, 8.4 for details.
+*/
+
+/*!
\qmlproperty string LocalizedText::locale
Locale of the contained text.