mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-09 00:04:30 -05:00
6 lines
431 B
Python
6 lines
431 B
Python
# The following has been generated automatically from src/gui/qgsextentwidget.h
|
|
try:
|
|
QgsExtentWidget.__attribute_docs__ = {'extentChanged': "Emitted when the widget's extent is changed.\n", 'validationChanged': "Emitted when the widget's validation state changes.\n", 'toggleDialogVisibility': 'Emitted when the parent dialog visibility must be changed (e.g.\nto permit access to the map canvas)\n'}
|
|
except NameError:
|
|
pass
|