WebLoadRequest QML Type

A utility class for the WebView::loadingChanged signal. More...

Import Statement: import QtWebKit 3.0

Properties

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

errorCode : int


errorString : string


status : enumeration

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.


© 2016 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.