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

8 lines
409 B
Python

# The following has been generated automatically from src/core/annotations/qgshtmlannotation.h
try:
QgsHtmlAnnotation.create = staticmethod(QgsHtmlAnnotation.create)
QgsHtmlAnnotation.__overridden_methods__ = ['clone', 'minimumFrameSize', 'writeXml', 'readXml', 'setAssociatedFeature', 'renderAnnotation']
QgsHtmlAnnotation.__group__ = ['annotations']
except (NameError, AttributeError):
pass