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

13 lines
1015 B
Python

# The following has been generated automatically from src/gui/proj/qgscoordinateoperationwidget.h
try:
QgsCoordinateOperationWidget.OperationDetails.__attribute_docs__ = {'sourceTransformId': 'Source transform ID', 'destinationTransformId': 'Destination transform ID', 'proj': 'Proj coordinate operation description, for Proj >= 6.0 builds only', 'isAvailable': '``True`` if operation is available', 'allowFallback': '``True`` if fallback transforms can be used'}
QgsCoordinateOperationWidget.OperationDetails.__doc__ = """Coordinate operation details"""
QgsCoordinateOperationWidget.OperationDetails.__group__ = ['proj']
except (NameError, AttributeError):
pass
try:
QgsCoordinateOperationWidget.__attribute_docs__ = {'operationChanged': 'Emitted when the operation selected in the dialog is changed.\n', 'operationDoubleClicked': 'Emitted when an operation is double-clicked in the widget.\n'}
QgsCoordinateOperationWidget.__group__ = ['proj']
except (NameError, AttributeError):
pass