QGIS/python/PyQt6/gui/auto_additions/qgsmodelgraphicitem.py
Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

18 lines
719 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
try:
QgsModelDesignerFlatButtonGraphicItem.__group__ = ['processing', 'models']
except NameError:
pass
try:
QgsModelDesignerFoldButtonGraphicItem.__group__ = ['processing', 'models']
except NameError:
pass