2023-05-12 13:12:38 +10:00
|
|
|
# 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__ = ""
|
2024-08-31 18:05:36 +10:00
|
|
|
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``:
|
|
|
|
|
|
|
|
"""
|
2023-05-12 13:12:38 +10:00
|
|
|
# --
|
|
|
|
QgsVectorLayerSaveAsDialog.Option.baseClass = QgsVectorLayerSaveAsDialog
|
|
|
|
QgsVectorLayerSaveAsDialog.Options.baseClass = QgsVectorLayerSaveAsDialog
|
|
|
|
Options = QgsVectorLayerSaveAsDialog # dirty hack since SIP seems to introduce the flags in module
|
2024-08-16 09:08:23 +10:00
|
|
|
try:
|
|
|
|
QgsVectorLayerSaveAsDialog.__group__ = ['ogr']
|
|
|
|
except NameError:
|
|
|
|
pass
|