QGIS/python/PyQt6/gui/auto_additions/qgscoordinateoperationwidget.py
Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

15 lines
935 B
Python

# The following has been generated automatically from src/gui/proj/qgscoordinateoperationwidget.h
try:
QgsCoordinateOperationWidget.__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', 'operationChanged': 'Emitted when the operation selected in the dialog is changed.\n', 'operationDoubleClicked': 'Emitted when an operation is double-clicked in the widget.\n'}
except NameError:
pass
QgsCoordinateOperationWidget.OperationDetails.__doc__ = """Coordinate operation details"""
try:
QgsCoordinateOperationWidget.__group__ = ['proj']
except NameError:
pass
try:
QgsCoordinateOperationWidget.OperationDetails.__group__ = ['proj']
except NameError:
pass