diff options
| author | marcin <z.krzysztoff7@gmail.com> | 2014-08-20 21:19:21 +0200 |
|---|---|---|
| committer | marcin <z.krzysztoff7@gmail.com> | 2014-08-20 21:19:21 +0200 |
| commit | 2a1f3814700136ba750fa9a1c4bad6dd59e6e0fa (patch) | |
| tree | bf1733626ef0cd1b58de6f104a10e30558659ab8 /wizard/WizardOptions.qml | |
| parent | 28dd3f2e58b5efcd66cb046c1cf7647eccb12d59 (diff) | |
| download | monzero-gui-2a1f3814700136ba750fa9a1c4bad6dd59e6e0fa.tar.gz monzero-gui-2a1f3814700136ba750fa9a1c4bad6dd59e6e0fa.tar.xz monzero-gui-2a1f3814700136ba750fa9a1c4bad6dd59e6e0fa.zip | |
wizard v0.2
Diffstat (limited to 'wizard/WizardOptions.qml')
| -rw-r--r-- | wizard/WizardOptions.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wizard/WizardOptions.qml b/wizard/WizardOptions.qml index 90fbd93d..ffca8d80 100644 --- a/wizard/WizardOptions.qml +++ b/wizard/WizardOptions.qml @@ -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() } } |
