wizard v0.2

This commit is contained in:
marcin
2014-08-20 21:19:21 +02:00
parent 28dd3f2e58
commit 2a1f381470
4 changed files with 102 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
import QtQuick 2.2
Item {
id: page
signal createWalletClicked()
opacity: 0
visible: false
Behavior on opacity {
@@ -56,6 +58,7 @@ Item {
id: createWalletArea
anchors.fill: parent
hoverEnabled: true
onClicked: page.createWalletClicked()
}
}