mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
12 lines
510 B
Python
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
|