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