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

Label {
	font {
		family: Eduport.hxFont.family
		weight: Eduport.hxFont.weight
		pointSize: Eduport.h6FontSize
	}
	color: Eduport.bsHeadingColor
	wrapMode: Label.Wrap
}