lqml/examples/wear-os-gps/qml/ext/LogText.qml

7 lines
117 B
QML

import QtQuick 2.15
Text {
anchors.horizontalCenter: parent.horizontalCenter
color: "white"
font.bold: true
}