d48e4d3195
We should avoid using raw components like Text{}
9 lines
124 B
QML
9 lines
124 B
QML
import QtQuick
|
|
import QtQuick.Controls
|
|
|
|
Label {
|
|
font.family: Fonts.dotrice
|
|
font.bold: true
|
|
font.pointSize: 35
|
|
}
|