WPEViewLoadRequest QML Type

A utility type for WPEView's loadingChanged() signal. More...

Import Statement: import .

Properties

Detailed Description

The WPEViewLoadRequest type contains load status information for the requested URL.

See also WPEView.loadingChanged().

Property Documentation

[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.

ConstantDescription
WPEView.LoadStartedStatusThe page is currently loading.
WPEView.LoadStoppedStatusThe page loading was interrupted.
WPEView.LoadSucceededStatusThe page was loaded successfully.
WPEView.LoadFailedStatusThe page could not be loaded.

See also WPEView.loadingChanged.


[read-only] url : url

The URL of the load request.



QML Plugin Sailfish OS WPE WebView Documentation Copyright (c) 2026 SailfishOS contributors. This document may be used under the terms of the Creative Commons Attribution Share Alike 4.0 International License.