8 lines
108 B
QML
8 lines
108 B
QML
import QtQuick 2.12
|
|
|
|
Text {
|
|
font.family: "Roboto"
|
|
font.pixelSize: 24
|
|
font.weight: Font.Normal
|
|
}
|