QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
FactLabel.qml
Go to the documentation of this file.
1
import QtQuick
2
import QtQuick.Controls
3
4
import QGroundControl
5
import QGroundControl.Controls
6
7
QGCLabel {
8
property bool showUnits: true
9
property Fact fact: Fact { }
10
11
text: fact.valueString + (showUnits ? " " + fact.units : "")
12
}
src
FactSystem
FactControls
FactLabel.qml
Generated by
1.9.8