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
5
6QGCFileDialog {
7 id: kmlOrSHPLoadDialog
8 folder: QGroundControl.settingsManager.appSettings.missionSavePath
9 title: qsTr("Select File")
10 nameFilters: ShapeFileHelper.fileDialogKMLOrSHPFilters
11}