QGIS/python/core/auto_additions/qgsannotationpictureitem.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

8 lines
406 B
Python

# The following has been generated automatically from src/core/annotations/qgsannotationpictureitem.h
try:
QgsAnnotationPictureItem.create = staticmethod(QgsAnnotationPictureItem.create)
QgsAnnotationPictureItem.__overridden_methods__ = ['type', 'writeXml', 'readXml', 'clone', 'renderInBounds']
QgsAnnotationPictureItem.__group__ = ['annotations']
except (NameError, AttributeError):
pass