QGIS/python/PyQt6/gui/auto_additions/qgsmodelgraphicitem.py
2024-08-14 13:05:46 +10:00

10 lines
497 B
Python

# The following has been generated automatically from src/gui/processing/models/qgsmodelgraphicitem.h
try:
QgsModelDesignerFlatButtonGraphicItem.__attribute_docs__ = {'clicked': 'Emitted when the button is clicked.\n'}
except NameError:
pass
try:
QgsModelDesignerFoldButtonGraphicItem.__attribute_docs__ = {'folded': 'Emitted when the button ``folded`` state changes.\n\nIf ``folded`` is ``True``, the button represents the collapsed state for the item.\n'}
except NameError:
pass