Class PresetChooser
Build from PresetChooser.h
Krita 4.0.0

The PresetChooser widget wraps the KisPresetChooser widget. The widget provides for selecting brush presets. It has a tagging bar and a filter field. It is not automatically synchronized with

the currently selected preset in the current Windows.

Methods

PresetChooser(parent: QWidget = None) currentPreset()Resource

Signals

presetClicked(Resource) presetSelected(Resource)

Member documentation

PresetChooser(parent: QWidget = None)
Krita 4.0.0

Parameters

parent(no description provided)

Return

(no description provided)

Krita 4.0.0

Return

a Resource wrapper around the currently selected preset.

presetClicked(Resource)
Krita 4.0.0

Emitted whenever a user clicks on the given preset.

Parameters

resource(no description provided)
presetSelected(Resource)
Krita 4.0.0

Emitted whenever a user selects the given preset.

Parameters

resource(no description provided)