WebViewLoadRequest QML Type

A utility type for WebView 's loadingChanged() 信号。 更多...

导入语句: import QtWebView 1.1

特性

详细描述

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.