diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-08-16 23:21:46 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-08-16 23:21:46 +0300 |
| commit | 6f1343aaa04bf2e4f959b5d3201239fe7fc85398 (patch) | |
| tree | 2ecbb789a6b40d88f492221e92620c9b75fccc37 /components | |
| parent | fc7a7ddf25d0a3cd7c7e6b7d07897435e1a2a43e (diff) | |
| download | monzero-gui-6f1343aaa04bf2e4f959b5d3201239fe7fc85398.tar.gz monzero-gui-6f1343aaa04bf2e4f959b5d3201239fe7fc85398.tar.xz monzero-gui-6f1343aaa04bf2e4f959b5d3201239fe7fc85398.zip | |
ask user for the password if wallet is password-protected
Diffstat (limited to 'components')
| -rw-r--r-- | components/PasswordDialog.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml new file mode 100644 index 00000000..9c36e13c --- /dev/null +++ b/components/PasswordDialog.qml @@ -0,0 +1,5 @@ +import QtQuick 2.0 + +Item { + +} |
