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

9 lines
479 B
Python

# The following has been generated automatically from src/core/layout/qgslayoutitempicture.h
try:
QgsLayoutItemPicture.__attribute_docs__ = {'pictureRotationChanged': 'Emitted on picture rotation change\n'}
QgsLayoutItemPicture.create = staticmethod(QgsLayoutItemPicture.create)
QgsLayoutItemPicture.__signal_arguments__ = {'pictureRotationChanged': ['newRotation: float']}
QgsLayoutItemPicture.__group__ = ['layout']
except (NameError, AttributeError):
pass