QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
KMLOrSHPFileDialog.qml
Go to the documentation of this file.
1import QtQuick
2
3import QGroundControl
4import QGroundControl.Controls
5import QGroundControl.Geo
6
7QGCFileDialog {
8 id: kmlOrSHPLoadDialog
9 folder: QGroundControl.settingsManager.appSettings.missionSavePath
10 title: qsTr("Select File")
11 nameFilters: ShapeFileHelper.fileDialogKMLOrSHPFilters
12}