AlternativesView QML Type
| Import Statement: | import org.kde.purpose |
Properties
- delegate : Component
- footer : Component
- header : Component
- highlight : Component
- inputData : var
- pluginType : string
- running : bool
- verticalLayoutDirection : enumeration
Signals
- finished(var output, int error, string message)
Methods
Detailed Description
AlternativesView
Property Documentation
delegate : Component
footer : 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.