QGIS/python/PyQt6/core/auto_additions/qgslayoutaligner.py
2023-12-13 05:36:44 +10:00

21 lines
1.5 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