harbour-seaprint/qml/cover/CoverPage.qml

11 lines
167 B
QML
Raw Normal View History

2019-12-01 17:40:10 +03:00
import QtQuick 2.0
import Sailfish.Silica 1.0
CoverBackground {
Label {
id: label
anchors.centerIn: parent
2019-12-12 22:53:46 +03:00
text: qsTr("Seaprint")
2019-12-01 17:40:10 +03:00
}
}