1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00
ScreenPlay/ScreenPlayUtil/qml/HeadlineSection.qml
2024-05-25 15:36:24 +02:00

11 lines
209 B
QML

import QtQuick
import QtQuick.Controls.Material
import ScreenPlayApp
Text {
text: qsTr("Headline Section")
font.pointSize: 14
color: Material.primaryTextColor
font.family: App.settings.font
}