QGIS/python/gui/auto_additions/qgscrsdefinitionwidget.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

10 lines
327 B
Python

# The following has been generated automatically from src/gui/proj/qgscrsdefinitionwidget.h
try:
QgsCrsDefinitionWidget.__attribute_docs__ = {'crsChanged': 'Emitted when the CRS defined in the widget is changed.\n'}
except NameError:
pass
try:
QgsCrsDefinitionWidget.__group__ = ['proj']
except NameError:
pass