Re: [QGIS-Developer] QgsVectorLayerSaveAsDialog in python plugin

2022-07-27 Thread matteo via QGIS-Developer

Hi Andrea,

thanks for the information, I missed that.

So no way to reuse some existing pyqgis API right?

Cheers

Matteo

On 7/27/22 11:39, Andrea Giudiceandrea via QGIS-Developer wrote:

Hi Matteo,
there's also a one years old Feature Request [1].

Best regards.

Andrea Giudiceandrea

[1] https://github.com/qgis/QGIS/issues/45538


Il 27/07/2022 11:20, matteo via QGIS-Developer ha scritto:
I discovered that the QgsVectorLayerSaveAsDialog is not available in 
python bindings [0].

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] QgsVectorLayerSaveAsDialog in python plugin

2022-07-27 Thread Andrea Giudiceandrea via QGIS-Developer

Hi Matteo,
there's also a one years old Feature Request [1].

Best regards.

Andrea Giudiceandrea

[1] https://github.com/qgis/QGIS/issues/45538


Il 27/07/2022 11:20, matteo via QGIS-Developer ha scritto:
I discovered that the QgsVectorLayerSaveAsDialog is not available in 
python bindings [0].

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


[QGIS-Developer] QgsVectorLayerSaveAsDialog in python plugin

2022-07-27 Thread matteo via QGIS-Developer

Hi all,

I discovered that the QgsVectorLayerSaveAsDialog is not available in 
python bindings [0].


I have the need to export vector layers from a plugin with a similar 
dialog (with few options compared to the QGIS one).


Should I create a custom UI and python class or is another way to have 
the similar functionalities with other python classes (with UI of course 
:) )?


Cheers and thanks for any suggestion!

Matteo


[0] https://api.qgis.org/api/classQgsVectorLayerSaveAsDialog.html#details
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer