summaryrefslogtreecommitdiff
path: root/Label/Hx.ui.qml
blob: 5e9730316aac04fa96f070914fae835f6e6752fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick 2.15
import QtQuick.Controls 2.15
import Eduport 1.4

Label {
	wrapMode: Label.Wrap
	font {
		family: Eduport.hFont.family
		weight: Eduport.hFont.weight
		pointSize: Eduport.h6FontSize
	}
}