LocalizedText QML Type
Contains a text with associated locale. More...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.12 |
Status: | Deprecated since 6.9 |
This type is deprecated since QtOpcUa 6.9. We strongly advise against using it in new code.
Properties
Detailed Description
The two members of this type contain the actual text and the locale of the text.
Property Documentation
locale : string |
Locale of the contained text. This has to be in a modified ISO standard notation, for example en-US
. See OPC UA specification 1.05 part 3, 8.4 for details.
text : string |
Textual content.