mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
423 B
Python
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
|