mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 04:25:49 +02:00
8 lines
128 B
QML
8 lines
128 B
QML
import QtQuick 2.3
|
|
import QtQuick 2.1
|
|
|
|
Text {
|
|
font.family: "Graphik Semibold"
|
|
font.pixelSize: 32
|
|
color: "#ffffff"
|
|
}
|