Class: QgsProcessingModelGroupBox¶
Represents a group box in a model.
Added in version 3.14.
Class Hierarchy¶
Base classes¶
Represents a component of a model algorithm.  | 
Methods
Loads this group box from a QVariantMap.  | 
|
Saves this group box to a QVariant.  | 
|
Returns the unique ID associated with this group box.  | 
- class qgis.core.QgsProcessingModelGroupBox[source]¶
 Bases:
QgsProcessingModelComponent- __init__(description: str | None = '')
 Constructor for QgsProcessingModelGroupBox with the specified
description.- Parameters:
 description (Optional[str] = '')
- __init__(a0: QgsProcessingModelGroupBox)
 - Parameters:
 
- loadVariant(self, map: Dict[str, Any], ignoreUuid: bool = False) bool[source]¶
 Loads this group box from a QVariantMap.
See also
- Parameters:
 map (Dict[str, Any])
ignoreUuid (bool = False)
- Return type:
 bool