Selection (branching) for recovery path

This commit is contained in:
Ilya Kitaev
2016-02-03 00:09:45 +03:00
parent bbc35ff484
commit fce88a8120
8 changed files with 442 additions and 249 deletions

View File

@@ -31,6 +31,7 @@ import QtQuick 2.2
Item {
id: page
signal createWalletClicked()
signal recoveryWalletClicked()
opacity: 0
visible: false
Behavior on opacity {
@@ -126,6 +127,7 @@ Item {
id: recoverWalletArea
anchors.fill: parent
hoverEnabled: true
onClicked: page.recoveryWalletClicked()
}
}