mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
| # The following has been generated automatically from src/gui/ogr/qgsvectorlayersaveasdialog.h
 | |
| # monkey patching scoped based enum
 | |
| QgsVectorLayerSaveAsDialog.Option.Symbology.__doc__ = "Show symbology options"
 | |
| QgsVectorLayerSaveAsDialog.Option.DestinationCrs.__doc__ = "Show destination CRS (reprojection) option"
 | |
| QgsVectorLayerSaveAsDialog.Option.Fields.__doc__ = "Show field customization group"
 | |
| QgsVectorLayerSaveAsDialog.Option.AddToCanvas.__doc__ = "Show add to map option"
 | |
| QgsVectorLayerSaveAsDialog.Option.SelectedOnly.__doc__ = "Show selected features only option"
 | |
| QgsVectorLayerSaveAsDialog.Option.GeometryType.__doc__ = "Show geometry group"
 | |
| QgsVectorLayerSaveAsDialog.Option.Extent.__doc__ = "Show extent group"
 | |
| QgsVectorLayerSaveAsDialog.Option.Metadata.__doc__ = "Show metadata options"
 | |
| QgsVectorLayerSaveAsDialog.Option.AllOptions.__doc__ = ""
 | |
| QgsVectorLayerSaveAsDialog.Option.__doc__ = """Available dialog options.
 | |
| 
 | |
| * ``Symbology``: Show symbology options
 | |
| * ``DestinationCrs``: Show destination CRS (reprojection) option
 | |
| * ``Fields``: Show field customization group
 | |
| * ``AddToCanvas``: Show add to map option
 | |
| * ``SelectedOnly``: Show selected features only option
 | |
| * ``GeometryType``: Show geometry group
 | |
| * ``Extent``: Show extent group
 | |
| * ``Metadata``: Show metadata options
 | |
| * ``AllOptions``: 
 | |
| 
 | |
| """
 | |
| # --
 | |
| QgsVectorLayerSaveAsDialog.Option.baseClass = QgsVectorLayerSaveAsDialog
 | |
| QgsVectorLayerSaveAsDialog.Options = lambda flags=0: QgsVectorLayerSaveAsDialog.Option(flags)
 | |
| QgsVectorLayerSaveAsDialog.Options.baseClass = QgsVectorLayerSaveAsDialog
 | |
| Options = QgsVectorLayerSaveAsDialog  # dirty hack since SIP seems to introduce the flags in module
 | |
| try:
 | |
|     QgsVectorLayerSaveAsDialog.__group__ = ['ogr']
 | |
| except (NameError, AttributeError):
 | |
|     pass
 |