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

28 lines
1.8 KiB
Python

# The following has been generated automatically from src/core/layout/qgslayoutaligner.h
QgsLayoutAligner.AlignLeft = QgsLayoutAligner.Alignment.AlignLeft
QgsLayoutAligner.AlignHCenter = QgsLayoutAligner.Alignment.AlignHCenter
QgsLayoutAligner.AlignRight = QgsLayoutAligner.Alignment.AlignRight
QgsLayoutAligner.AlignTop = QgsLayoutAligner.Alignment.AlignTop
QgsLayoutAligner.AlignVCenter = QgsLayoutAligner.Alignment.AlignVCenter
QgsLayoutAligner.AlignBottom = QgsLayoutAligner.Alignment.AlignBottom
QgsLayoutAligner.DistributeLeft = QgsLayoutAligner.Distribution.DistributeLeft
QgsLayoutAligner.DistributeHCenter = QgsLayoutAligner.Distribution.DistributeHCenter
QgsLayoutAligner.DistributeHSpace = QgsLayoutAligner.Distribution.DistributeHSpace
QgsLayoutAligner.DistributeRight = QgsLayoutAligner.Distribution.DistributeRight
QgsLayoutAligner.DistributeTop = QgsLayoutAligner.Distribution.DistributeTop
QgsLayoutAligner.DistributeVCenter = QgsLayoutAligner.Distribution.DistributeVCenter
QgsLayoutAligner.DistributeVSpace = QgsLayoutAligner.Distribution.DistributeVSpace
QgsLayoutAligner.DistributeBottom = QgsLayoutAligner.Distribution.DistributeBottom
QgsLayoutAligner.ResizeNarrowest = QgsLayoutAligner.Resize.ResizeNarrowest
QgsLayoutAligner.ResizeWidest = QgsLayoutAligner.Resize.ResizeWidest
QgsLayoutAligner.ResizeShortest = QgsLayoutAligner.Resize.ResizeShortest
QgsLayoutAligner.ResizeTallest = QgsLayoutAligner.Resize.ResizeTallest
QgsLayoutAligner.ResizeToSquare = QgsLayoutAligner.Resize.ResizeToSquare
try:
QgsLayoutAligner.alignItems = staticmethod(QgsLayoutAligner.alignItems)
QgsLayoutAligner.distributeItems = staticmethod(QgsLayoutAligner.distributeItems)
QgsLayoutAligner.resizeItems = staticmethod(QgsLayoutAligner.resizeItems)
QgsLayoutAligner.__group__ = ['layout']
except (NameError, AttributeError):
pass