QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
RTKGPSIndicator.qml
Go to the documentation of this file.
1
import QtQuick
2
import QtQuick.Layouts
3
4
import QGroundControl
5
import QGroundControl.Controls
6
7
GPSIndicator {
8
property bool showIndicator: !_activeVehicle && _rtkConnected
9
10
property var _activeVehicle: QGroundControl.multiVehicleManager.activeVehicle
11
property bool _rtkConnected: QGroundControl.gpsRtk.connected.value
12
}
src
UI
toolbar
RTKGPSIndicator.qml
Generated by
1.9.8