marcin
2014-07-16 14:40:09 +02:00
parent 855d5736c5
commit 2eddebe1c2
15 changed files with 98 additions and 27 deletions

View File

@@ -8,6 +8,15 @@ Rectangle {
y: -height
property int mouseX: 0
property int mouseY: 0
Text {
anchors.centerIn: parent
font.family: "Arial"
font.pixelSize: 15
font.letterSpacing: -1
color: "#FFFFFF"
text: qsTr("Monero")
}
Behavior on y {
NumberAnimation { duration: 100; easing.type: Easing.InQuad }