Class: QgsProcessingModelConfigWidget

A panel widget that can be shown in the Processing model designer dialog for configuring part of the model.

Warning

Not stable API

Added in version 4.0.

List of all members, including inherited members

Class Hierarchy

Inheritance diagram of qgis.gui.QgsProcessingModelConfigWidget

Base classes

QgsPanelWidget

Base class for any widget that can be shown as an inline panel.

QWidget

QObject

QPaintDevice

Subclasses

QgsProcessingParameterDefinitionPanelWidget

A panel widget which allows users to specify the properties of a Processing parameter.

Methods

apply

Applies the widget state to the model component.

class qgis.gui.QgsProcessingModelConfigWidget[source]

Bases: QgsPanelWidget

__init__(parent: QWidget | None = None)

Constructor for QgsProcessingModelConfigWidget()

Parameters:

parent (Optional[QWidget] = None)

apply(self)[source]

Applies the widget state to the model component.