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