The QtRemoteObjects global object provides useful functions for working with remote types in QML. More...
Import Statement: | import QtRemoteObjects |
Since: | Qt 5.14 |
Promise watch(QRemoteObjectPendingCall reply, int timeout = 30000)
Encapsulates the return value, represented by reply, from a replica in a JavaScript Promise. A timeout can be set with timeout. The default timeout value is 30 seconds.
QtRemoteObjects.watch(replica.fetchDetails(identifier)) .then(function(value) { details = value }, function(error) { console.log("error fetching details:", error) })
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qml-qtremoteobjects-qtremoteobjects.html