QGIS/python/gui/auto_additions/qgsextentgroupbox.py
2024-09-08 16:06:22 +10:00

10 lines
341 B
Python

# The following has been generated automatically from src/gui/qgsextentgroupbox.h
try:
QgsExtentGroupBox.__attribute_docs__ = {'extentChanged': "Emitted when the widget's extent is changed.\n"}
except NameError:
pass
try:
QgsExtentGroupBox.__signal_arguments__ = {'extentChanged': ['r: QgsRectangle']}
except NameError:
pass