WebViewLoadRequest QML Type
A utility type for WebView's loadingChanged() signal. 更多...
Import Statement: | import QtWebView 1.1 |
属性
- errorString : string
- status : enumeration
- url : url
详细描述
The WebViewLoadRequest type contains load status information for the requested URL.
属性
This enumeration represents the load status of a web page load request.
Constant | Description |
---|---|
WebView.LoadStartedStatus | The page is currently loading. |
WebView.LoadSucceededStatus | The page was loaded successfully. |
WebView.LoadFailedStatus | The page could not be loaded. |
[read-only] url : url |
The URL of the load request.