QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
SensorsComponent.qml
Go to the documentation of this file.
1import QtQuick
2
3import QGroundControl
4import QGroundControl.Controls
5import QGroundControl.AutoPilotPlugins.PX4
6
7SetupPage {
8 pageComponent: pageComponent
9 Component {
10 id: pageComponent
11 SensorsSetup {
12 width: availableWidth
13 height: availableHeight
14 }
15 }
16}