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

8 lines
445 B
Python

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