Files
talksik d48e4d3195 use styled label component for headline
We should avoid using raw components like Text{}
2025-07-24 08:03:40 -07:00

9 lines
124 B
QML

import QtQuick
import QtQuick.Controls
Label {
font.family: Fonts.dotrice
font.bold: true
font.pointSize: 35
}