1 2 3 4 5 6 7 8
import QtQuick 2.9 Text { font.pixelSize: 10 color: "black" text: qsTr("Location has been manually set.") anchors.horizontalCenter: parent.horizontalCenter }