mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
9 lines
461 B
Python
9 lines
461 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:
|
|
pass
|