* * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. * ****************************************************************************/importQtQuick2.11importQGroundControl1.0importQGroundControl.Controls1.0importQGroundControl.ShapeFileHelper1.0QGCFileDialog{id:kmlOrSHPLoadDialogfolder:QGroundControl.settingsManager.appSettings.missionSavePathtitle:qsTr("Select Polygon File")selectExisting:truenameFilters:ShapeFileHelper.fileDialogKMLOrSHPFiltersfileExtension:QGroundControl.settingsManager.appSettings.kmlFileExtensionfileExtension2:QGroundControl.settingsManager.appSettings.shpFileExtension}