ColorChooserRequest
Superclasses: Object
- Constructors:
ColorChooserRequest(**properties)
Methods
- class ColorChooserRequest
- cancel() None
Cancels
request
and the input element changes to use the initial color.Cancels
request
and the input element changes to use the initial color it has before the request started. The signalColorChooserRequest
::finished is emitted to notify that the request has finished.Added in version 2.8.
- finish() None
Finishes
request
and the input element keeps the current value ofColorChooserRequest
:rgba.Finishes
request
and the input element keeps the current value ofColorChooserRequest
:rgba. The signalColorChooserRequest
::finished is emitted to notify that the request has finished.Added in version 2.8.