moment/harmonyqml/components/base/HLabel.qml

10 lines
183 B
QML
Raw Normal View History

2019-03-22 14:28:14 +11:00
import QtQuick 2.7
import QtQuick.Controls 2.0
2019-04-27 06:02:20 +10:00
import "."
2019-03-22 14:28:14 +11:00
Label {
2019-04-27 06:02:20 +10:00
font.family: HStyle.fontFamily.sans
font.pixelSize: HStyle.fontSize.normal
2019-03-22 14:28:14 +11:00
textFormat: Text.PlainText
}