QtRemoteObjects QML Type
El objeto global QtRemoteObjects proporciona funciones útiles para trabajar con tipos remotos en QML. Más...
| Import Statement: | import QtRemoteObjects 6.11 |
Métodos
- Promise watch(QRemoteObjectPendingCall reply, int timeout)
Descripción detallada
Documentación del método
Promise watch(QRemoteObjectPendingCall reply, int timeout = 30000)
Encapsula el valor de retorno, representado por reply, de una réplica en una Promise de JavaScript. Se puede establecer un tiempo de espera con timeout. El valor por defecto es de 30 segundos.
QtRemoteObjects.watch(replica.fetchDetails(identifier))
.then(function(value) { details = value },
function(error) { console.log("error fetching details:", error) })© 2026 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.