Does QgsProcessingParameterFile support more than one extensioin ie *.kml,
*.kmz? I've tried various things but none have worked.

        self.addParameter(
            QgsProcessingParameterFile(
                self.PrmInputLayer,
                tr('Import KML/KMZ file'),
                extension='kml')
        )

Thanks,

Calvin
_______________________________________________
QGIS-Developer mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to