WebViewLoadRequest QML Type

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 [read-only]

Holds the error message if the load request failed.

status : enumeration [read-only]

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 [read-only]

The URL of the load request.