QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
PX4TuningComponentCopter.qml
Go to the documentation of this file.
1import QtQuick
2import QtQuick.Controls
3import QtQuick.Layouts
4
5import QGroundControl
6import QGroundControl.Controls
7
8SetupPage {
9 id: tuningPage
10 pageComponent: pageComponent
11
12 Component {
13 id: pageComponent
14
15 PX4TuningComponentCopterAll {
16 }
17 } // Component - pageComponent
18} // SetupPage