diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-31 11:13:35 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-31 11:13:35 +0700 |
commit | e40bec1123550ba19713e73b244beb8019683cb6 (patch) | |
tree | c72e68f6482dba769e72e5afe0f62ef08fc3d0f8 /pages/ConfirmPasswordForm.ui.qml | |
parent | 3af8c0beee1e2c331f562a90ffaacd07fd8c0265 (diff) |
add ConfrimPasswordForm, changed createPassButton text to "Next" to
Diffstat (limited to 'pages/ConfirmPasswordForm.ui.qml')
-rw-r--r-- | pages/ConfirmPasswordForm.ui.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/ConfirmPasswordForm.ui.qml b/pages/ConfirmPasswordForm.ui.qml new file mode 100644 index 0000000..96a8ae4 --- /dev/null +++ b/pages/ConfirmPasswordForm.ui.qml @@ -0,0 +1,6 @@ +import QtQuick 2.4 + +Item { + width: 400 + height: 400 +} |