QGIS/python/gui/auto_additions/qgsprojectionselectionwidget.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

9 lines
596 B
Python

# The following has been generated automatically from src/gui/proj/qgsprojectionselectionwidget.h
try:
QgsProjectionSelectionWidget.__attribute_docs__ = {'crsChanged': 'Emitted when the selected CRS is changed\n', 'cleared': 'Emitted when the not set option is selected.\n'}
QgsProjectionSelectionWidget.__overridden_methods__ = ['dragEnterEvent', 'dragLeaveEvent', 'dropEvent']
QgsProjectionSelectionWidget.__signal_arguments__ = {'crsChanged': ['crs: QgsCoordinateReferenceSystem']}
QgsProjectionSelectionWidget.__group__ = ['proj']
except (NameError, AttributeError):
pass