A utility type for WebView 's loadingChanged() 信号。 更多...
| import 语句: | import QtWebView 1.1 | 
The WebViewLoadRequest type contains load status information for the requested URL.
另请参阅 WebView.loadingChanged() .
| [read-only] errorString : string | 
Holds the error message if the load request failed.
| [read-only] 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 .
| [read-only] url : url | 
The URL of the load request.