Subgroup: Processing

Class: QgsProcessingAlgorithmConfigurationWidgetFactory

class qgis.gui.QgsProcessingAlgorithmConfigurationWidgetFactory

Bases: sip.wrapper

Interface base class for factories for algorithm configuration widgets.

New in version 3.2: Methods

canCreateFor Check if this factory can create widgets for algorithm.
create Create a new configuration widget for algorithm.

Signals

Attributes

canCreateFor(self, algorithm: QgsProcessingAlgorithm) → bool

Check if this factory can create widgets for algorithm.

create(self, algorithm: QgsProcessingAlgorithm) → QgsProcessingAlgorithmConfigurationWidget

Create a new configuration widget for algorithm.