summaryrefslogtreecommitdiff
path: root/pages/CreateProfileForm.ui.qml
diff options
context:
space:
mode:
authorErik Prabowo Kamal <erik@darapsa.co.id>2019-08-31 13:07:00 +0800
committerErik Prabowo Kamal <erik@darapsa.co.id>2019-08-31 13:07:00 +0800
commit6272e8647f19cf9d12ed1f3caef9e1c31e4150d6 (patch)
treeb4e155dabe8c22ab96dfd310a76340d2075b0e66 /pages/CreateProfileForm.ui.qml
parentca698a94c93278d80bef3a93196f8289546b47da (diff)
Set up flows from password form to profile creation form
Diffstat (limited to 'pages/CreateProfileForm.ui.qml')
-rw-r--r--pages/CreateProfileForm.ui.qml3
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"