harbour-seaprint/qml/cover/CoverPage.qml
2019-12-12 22:09:08 +01:00

18 lines
362 B
QML

import QtQuick 2.0
import Sailfish.Silica 1.0
CoverBackground {
Icon {
anchors.centerIn: parent
height: parent.width * 0.9
width: parent.width * 0.9
opacity: 0.33
source: "../pages/icon-seaprint-nobg-bw.svg"
}
Label {
id: label
anchors.centerIn: parent
text: qsTr("Seaprint")
}
}