QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
PX4TuningComponentVTOL.qml
Go to the documentation of this file.
1
import QtQuick
2
import QtQuick.Controls
3
4
import QGroundControl
5
import QGroundControl.Controls
6
7
PX4TuningComponent {
8
model: ListModel {
9
ListElement {
10
buttonText: qsTr("Multirotor")
11
tuningPage: "PX4TuningComponentCopterAll.qml"
12
}
13
//ListElement {
14
// buttonText: qsTr("Fixed Wing")
15
// tuningPage: "PX4TuningComponentPlaneAll.qml"
16
//}
17
}
18
}
src
AutoPilotPlugins
PX4
PX4TuningComponentVTOL.qml
Generated by
1.9.8