Skip to content
QGCLabel.qml 383 B
Newer Older
DoinLakeFlyer's avatar
 
DoinLakeFlyer committed
import QtQuick                  2.12
import QtQuick.Controls         2.12
Don Gagne's avatar
Don Gagne committed

DoinLakeFlyer's avatar
 
DoinLakeFlyer committed
import QGroundControl.Palette       1.0
import QGroundControl.ScreenTools   1.0
Don Gagne's avatar
Don Gagne committed

Text {
dogmaphobic's avatar
dogmaphobic committed
    font.pointSize: ScreenTools.defaultFontPointSize
    font.family:    ScreenTools.normalFontFamily
    antialiasing:   true
DoinLakeFlyer's avatar
 
DoinLakeFlyer committed

    QGCPalette { id: qgcPal; colorGroupEnabled: enabled }
Don Gagne's avatar
Don Gagne committed
}