blob: c4a43e425497ba9e8cceee87da440bca08ddfd0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
import QtQuick
import QtQuick.Controls
import Eduport
Label {
font {
family: Eduport.hxFont.family
weight: Eduport.hxFont.weight
pointSize: Eduport.h6FontSize
}
color: Eduport.bsHeadingColor
wrapMode: Label.Wrap
}
|