aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-08-16 23:21:46 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-08-16 23:21:46 +0300
commit6f1343aaa04bf2e4f959b5d3201239fe7fc85398 (patch)
tree2ecbb789a6b40d88f492221e92620c9b75fccc37 /components
parentfc7a7ddf25d0a3cd7c7e6b7d07897435e1a2a43e (diff)
downloadmonzero-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.qml5
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 {
+
+}