mirror of
https://github.com/lubosz/overte.git
synced 2025-08-16 06:12:10 +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"
|
|
}
|