blob: 640865946c598fe541aa4975351b7bab715685c5 (
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.bodyFont.family
weight: Eduport.bodyFont.weight
pointSize: Eduport.bodyFont.pointSize
}
color: Eduport.bsBodyColor
wrapMode: Label.Wrap
}
|