mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
59ce122225
Formatting
11 lines
209 B
QML
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
|
|
}
|