QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
FixStatusDot.qml
Go to the documentation of this file.
1import QtQuick
2
3Rectangle {
4 id: root
5
6 property color statusColor
7
8 radius: root.width / 2
9 color: root.statusColor
10}