QGIS/python/PyQt6/3d/auto_additions/qgslayoutitem3dmap.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

7 lines
386 B
Python

# The following has been generated automatically from src/3d/qgslayoutitem3dmap.h
try:
QgsLayoutItem3DMap.create = staticmethod(QgsLayoutItem3DMap.create)
QgsLayoutItem3DMap.__overridden_methods__ = ['type', 'icon', 'displayName', 'finalizeRestoreFromXml', 'refresh', 'draw', 'writePropertiesToElement', 'readPropertiesFromElement']
except (NameError, AttributeError):
pass