En esta página

WebViewLoadRequest QML Type

Un tipo de utilidad para la señal loadingChanged() de WebView. Más...

Import Statement: import QtWebView

Propiedades

Descripción detallada

El tipo WebViewLoadRequest contiene información sobre el estado de carga de la URL solicitada.

Véase también WebView.loadingChanged().

Documentación de Propiedades

errorString : string [read-only]

Contiene el mensaje de error si la solicitud de carga ha fallado.

status : enumeration [read-only]

Esta enumeración representa el estado de carga de una solicitud de carga de una página web.

ConstanteDescripción
WebView.LoadStartedStatusLa página se está cargando actualmente.
WebView.LoadSucceededStatusLa página se ha cargado correctamente.
WebView.LoadFailedStatusLa página no se ha podido cargar.

Véase también WebView.loadingChanged.

url : url [read-only]

La URL de la solicitud de carga.

© 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.