QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCMapLabel.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
/// Text control used for displaying text of Maps
8
QGCLabel {
9
property var map
10
11
QGCMapPalette { id: mapPal; lightColors: map.isSatelliteMap }
12
13
color: mapPal.text
14
style: Text.Outline
15
styleColor: mapPal.textOutline
16
}
src
QmlControls
QGCMapLabel.qml
Generated by
1.9.8