QGIS/python/core/auto_additions/qgslayoutitemmapgrid.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

11 lines
394 B
Python

# The following has been generated automatically from src/core/layout/qgslayoutitemmapgrid.h
try:
QgsLayoutItemMapGrid.__attribute_docs__ = {'crsChanged': "Emitted whenever the grid's CRS is changed.\n\n.. versionadded:: 3.18\n"}
QgsLayoutItemMapGrid.__group__ = ['layout']
except NameError:
pass
try:
QgsLayoutItemMapGridStack.__group__ = ['layout']
except NameError:
pass