A utility type for WebView 's loadingChanged () 信号。 更多...
| import 语句: | import QtWebView |
The WebViewLoadRequest type contains load status information for the requested URL.
另请参阅 WebView.loadingChanged ().
|
errorString
:
string
|
Holds the error message if the load request failed.
|
status
:
enumeration
|
This enumeration represents the load status of a web page load request.
| 常量 | 描述 |
|---|---|
WebView.LoadStartedStatus
|
The page is currently loading. |
WebView.LoadSucceededStatus
|
The page was loaded successfully. |
WebView.LoadFailedStatus
|
The page could not be loaded. |
另请参阅 WebView.loadingChanged .
|
url
:
url
|
The URL of the load request.