diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-29 11:39:47 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-29 11:39:47 +0700 |
commit | a2e632e650c03cdf498620841a0ed0ea65e46efc (patch) | |
tree | 5702465ea402033e4ddef5c43c091bdc7c95bef6 /pages/PasswordForm.ui.qml | |
parent | 656413c2c8b348e8dd3ee95d36acf949a8466d85 (diff) |
backbutton function
Diffstat (limited to 'pages/PasswordForm.ui.qml')
-rw-r--r-- | pages/PasswordForm.ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/PasswordForm.ui.qml b/pages/PasswordForm.ui.qml index 4aec9f4..b1132ef 100644 --- a/pages/PasswordForm.ui.qml +++ b/pages/PasswordForm.ui.qml @@ -8,6 +8,7 @@ Rectangle { color: "#fff" border.width: 0 + property alias backButton: backButton property alias passTextField: passTextField property alias createPassButton: createPassButton |