QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCLabel.qml
Go to the documentation of this file.
1import QtQuick
2import QtQuick.Controls
3
4import QGroundControl
5import QGroundControl.Controls
6
7Text {
8 font.pointSize: ScreenTools.defaultFontPointSize
9 font.family: ScreenTools.normalFontFamily
10 color: qgcPal.text
11 antialiasing: true
12
13 QGCPalette { id: qgcPal; colorGroupEnabled: enabled }
14}