Class: QgsSmartGroupCondition¶

QgsSmartGroupCondition¶
Class Hierarchy¶
Base classes¶
Methods
returns the constraint key |
|
sets the remove button hidden state to 'hide' |
|
returns the parameter |
|
sets the given constraint |
|
sets the given param |
Signals
Emitted when the group with the specified id is removed. |
- class qgis.gui.QgsSmartGroupCondition(id: int, parent: QWidget | None = None)[source]¶
Bases:
QWidget
- hideRemoveButton(self, hide: bool)[source]¶
sets the remove button hidden state to ‘hide’
- Parameters:
hide (bool)
- signal removed(id: int)[source]¶
Emitted when the group with the specified
id
is removed.- Parameters:
id (int)