WebViewLoadRequest QML Type

Ein Hilfstyp für das Signal loadingChanged() von WebView. Mehr...

Import Statement: import QtWebView

Eigenschaften

Detaillierte Beschreibung

Der Typ WebViewLoadRequest enthält Informationen zum Ladestatus für die angeforderte URL.

Siehe auch WebView.loadingChanged().

Eigenschaft Dokumentation

errorString : string [read-only]

Enthält die Fehlermeldung, wenn die Ladeanforderung fehlgeschlagen ist.


status : enumeration [read-only]

Diese Aufzählung stellt den Ladestatus einer Web-Seiten-Ladeanforderung dar.

KonstanteBeschreibung
WebView.LoadStartedStatusDie Seite wird gerade geladen.
WebView.LoadSucceededStatusDie Seite wurde erfolgreich geladen.
WebView.LoadFailedStatusDie Seite konnte nicht geladen werden.

Siehe auch WebView.loadingChanged.


url : url [read-only]

Die URL der Ladeanforderung.


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