QtRemoteObjects QML Type
QtRemoteObjects 全局对象为在 QML 中处理远程类型提供了有用的函数。更多
Import Statement: | import QtRemoteObjects 6.9 |
方法
- Promise watch(QRemoteObjectPendingCall reply, int timeout)
详细说明
方法文档
Promise watch(QRemoteObjectPendingCall reply, int timeout = 30000) |
用reply 封装 JavaScript Promise 中副本的返回值。超时可通过timeout 设置。默认超时值为 30 秒。
QtRemoteObjects.watch(replica.fetchDetails(identifier)) .then(function(value) { details = value }, function(error) { console.log("error fetching details:", error) })
© 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.