QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
PX4TuningComponentVTOL.qml
Go to the documentation of this file.
1import QtQuick
2import QtQuick.Controls
3
4import QGroundControl
5import QGroundControl.Controls
6
7PX4TuningComponent {
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}