DownloadAction QML Type

An action for with bindings for managing the download of a piece of media. More...

Import Statement: import org.kde.kirigamiaddons.labs.components
Inherits:

Action

Properties

Detailed Description

The action provides properties to help track progress but is up to the action representation to respond to them. The onTriggered() signal should be used to perform the download action itself.

The most common use case for this is where a custom URI scheme is used that a QML media component can't handle on it's own.

Property Documentation

completed : bool [read-only]

Whether the download has completed.


progress : real [default: -1]

The download progress between 0% and 100%.


started : bool [read-only]

Whether the download has started.