QGIS/python/gui/auto_additions/qgsprojectionselectiontreewidget.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
780 B
Python

# The following has been generated automatically from src/gui/proj/qgsprojectionselectiontreewidget.h
try:
QgsProjectionSelectionTreeWidget.__attribute_docs__ = {'crsSelected': 'Emitted when a projection is selected in the widget.\n', 'initialized': 'Notifies others that the widget is now fully initialized, including deferred selection of projection.\n\n.. deprecated::\n no longer emitted\n', 'projectionDoubleClicked': 'Emitted when a projection is double clicked in the list.\n', 'hasValidSelectionChanged': 'Emitted when the selection in the tree is changed from a valid selection to an invalid selection, or vice-versa.\n\n.. versionadded:: 3.18\n'}
except NameError:
pass
try:
QgsProjectionSelectionTreeWidget.__group__ = ['proj']
except NameError:
pass