mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-05 18:42:29 +01:00
bcfb188cf2
Fix sidebar
12 lines
227 B
QML
12 lines
227 B
QML
import QtQuick
|
|
import QtQuick.Controls.Material
|
|
import ScreenPlayApp
|
|
import ScreenPlay
|
|
|
|
Text {
|
|
text: qsTr("Headline Section")
|
|
font.pointSize: 14
|
|
color: Material.primaryTextColor
|
|
font.family: App.settings.font
|
|
}
|