WebLoadRequest QML Type
A utility class for the WebView::loadingChanged signal. More...
Import Statement: | import QtWebKit 3.0 |
Properties
- errorCode : int
- errorString : string
- status : enumeration
- url : url
Detailed Description
This class contains information about a requested load of a web page, like the URL and current loading status (started, finished, failed).
See also WebView::onLoadingChanged.
Property Documentation
The load status of a web page load request.
- WebView::LoadStartedStatus - the page is currently loading.
- WebView::LoadSucceededStatus - the page has been loaded with success.
- WebView::LoadFailedStatus - the page has failed loading.
See also WebLoadRequest and WebView::onLoadingChanged.
url : url |
The URL of the load request.