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

11 lines
430 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, AttributeError):
pass
try:
QgsLayoutItemMapGridStack.__group__ = ['layout']
except (NameError, AttributeError):
pass