mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-27 03:35:13 +02:00
11 lines
194 B
QML
11 lines
194 B
QML
import QtQuick 2.3
|
|
import QtQuick 2.1
|
|
|
|
Text {
|
|
text: "Overte"
|
|
font.bold: true
|
|
font.family: "Graphik Semibold"
|
|
font.pixelSize: 17
|
|
font.letterSpacing: -1
|
|
color: "#FFFFFF"
|
|
}
|