AlternativesView QML Type

Import Statement: import org.kde.purpose
Inherits:

StackView

Properties

Signals

  • finished(var output, int error, string message)

Methods

Detailed Description

AlternativesView

Property Documentation

delegate : Component



header : Component


highlight : Component


inputData : var


pluginType : string


running : bool


verticalLayoutDirection : enumeration


Signal Documentation

finished(var output, int error, string message)

Signals when the job finishes, reports the error code and a text message.

output will specify the output offered by the job

Note: The corresponding handler is onFinished.


Method Documentation

createJob(listViewIndex)

Adopts the job at the listViewIndex.


reset()

Clears and returns back to the initial view.