qmlmirror/MirrorText.qml
2015-11-16 09:27:06 +01:00

10 lines
199 B
QML

import QtQuick 2.0
Text {
id: time
anchors.top: parent.top
font.pointSize: 48
font.family: "Helvetica"
color: "#ffffff"
//anchors.horizontalCenter: parent.horizontalCenter
}