mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			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
 |