/**************************************************************************** * * (c) 2009-2020 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org> * * 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.fileDialogKMLOrSHPFilters}