WebViewLoadRequest QML Type
Ein Hilfstyp für das Signal loadingChanged() von WebView. Mehr...
Import Statement: | import QtWebView |
Eigenschaften
- errorString : string
- status : enumeration
- url : url
Detaillierte Beschreibung
Der Typ WebViewLoadRequest enthält Informationen zum Ladestatus für die angeforderte URL.
Siehe auch WebView.loadingChanged().
Eigenschaft Dokumentation
errorString : string |
Enthält die Fehlermeldung, wenn die Ladeanforderung fehlgeschlagen ist.
status : enumeration |
Diese Aufzählung stellt den Ladestatus einer Web-Seiten-Ladeanforderung dar.
Konstante | Beschreibung |
---|---|
WebView.LoadStartedStatus | Die Seite wird gerade geladen. |
WebView.LoadSucceededStatus | Die Seite wurde erfolgreich geladen. |
WebView.LoadFailedStatus | Die Seite konnte nicht geladen werden. |
Siehe auch WebView.loadingChanged.
url : url |
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.