QGIS/python/gui/auto_additions/qgssmartgroupeditordialog.py
2024-12-03 07:47:10 +00:00

12 lines
510 B
Python

# The following has been generated automatically from src/gui/symbology/qgssmartgroupeditordialog.h
try:
QgsSmartGroupCondition.__attribute_docs__ = {'removed': 'Emitted when the group with the specified ``id`` is removed.\n'}
QgsSmartGroupCondition.__signal_arguments__ = {'removed': ['id: int']}
QgsSmartGroupCondition.__group__ = ['symbology']
except (NameError, AttributeError):
pass
try:
QgsSmartGroupEditorDialog.__group__ = ['symbology']
except (NameError, AttributeError):
pass