QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
APMNotSupported.qml
Go to the documentation of this file.
1import QtQuick
2
3import QGroundControl
4import QGroundControl.Controls
5
6QGCLabel {
7 anchors.fill: parent
8 text: qsTr("Not supported")
9 horizontalAlignment: Text.AlignHCenter
10 verticalAlignment: Text.AlignVCenter
11}