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

9 lines
423 B
Python

# The following has been generated automatically from src/core/layout/qgslayoutaligner.h
try:
QgsLayoutAligner.alignItems = staticmethod(QgsLayoutAligner.alignItems)
QgsLayoutAligner.distributeItems = staticmethod(QgsLayoutAligner.distributeItems)
QgsLayoutAligner.resizeItems = staticmethod(QgsLayoutAligner.resizeItems)
QgsLayoutAligner.__group__ = ['layout']
except (NameError, AttributeError):
pass