8 lines
154 B
QML
8 lines
154 B
QML
import QtQuick.Controls 2.2
|
|
|
|
Label {
|
|
font.family: HStyle.fontFamily.sans
|
|
font.pixelSize: HStyle.fontSize.normal
|
|
textFormat: Label.PlainText
|
|
}
|