diff options
author | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-31 13:07:00 +0800 |
---|---|---|
committer | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-31 13:07:00 +0800 |
commit | 6272e8647f19cf9d12ed1f3caef9e1c31e4150d6 (patch) | |
tree | b4e155dabe8c22ab96dfd310a76340d2075b0e66 /pages/CreateProfileForm.ui.qml | |
parent | ca698a94c93278d80bef3a93196f8289546b47da (diff) |
Set up flows from password form to profile creation form
Diffstat (limited to 'pages/CreateProfileForm.ui.qml')
-rw-r--r-- | pages/CreateProfileForm.ui.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/CreateProfileForm.ui.qml b/pages/CreateProfileForm.ui.qml index 3a34d36..e1245c3 100644 --- a/pages/CreateProfileForm.ui.qml +++ b/pages/CreateProfileForm.ui.qml @@ -7,6 +7,8 @@ Rectangle { id: rectangle color: "#fff" + property alias backButton: backButton + ToolBar { height: 48 anchors.top: parent.top @@ -25,6 +27,7 @@ Rectangle { anchors.fill: parent ToolButton { + id: backButton icon.name: "back-icon" icon.source: "/assets/arrow-back-24px.svg" icon.color: "transparent" |