diff options
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" |