AlternativesView QML Type

Import Statement: import org.kde.purpose
Inherits:

StackView

Signals

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

Methods

Detailed Description

AlternativesView

Signal Documentation

finished(var output, int error, string message)

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

@p output will specify the output offered by the job

Note: The corresponding handler is onFinished.


Method Documentation

createJob(index)

Adopts the job at the @p index.


reset()

Clears and returns back to the initial view.