LocalizedText QML Type
包含一个文本和相关的本地语言。更多
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.12 |
Status: | Deprecated since 6.9 |
自 QtOpcUa 6.9 起,该类型已被弃用。我们强烈建议不要在新代码中使用它。
属性
详细说明
该类型的两个成员包含实际文本和文本的地域。
属性文档
locale : string |
所含文本的地域。必须使用修改后的 ISO 标准符号,例如en-US
。详见 OPC UA 规范 1.05 第 3 部分 8.4。
text : string |
文本内容。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.