diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 12:00:45 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 12:00:45 +0700 |
commit | beaedd73210f488de40d649870f56a1b0227bded (patch) | |
tree | 13b2b4297fc306ccaf3ae3ac1844450e7cb1c58b /pages/EmailForm.ui.qml | |
parent | 8a902de80ab8d5f90cf044220a5403e2f6554115 (diff) |
add navigation to EmailForm
Diffstat (limited to 'pages/EmailForm.ui.qml')
-rw-r--r-- | pages/EmailForm.ui.qml | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/pages/EmailForm.ui.qml b/pages/EmailForm.ui.qml index 1525606..44de952 100644 --- a/pages/EmailForm.ui.qml +++ b/pages/EmailForm.ui.qml @@ -11,6 +11,35 @@ Rectangle { property alias emailTextField: emailTextField property alias loginButton: loginButton + + Rectangle { + id: appBar + height: 56 + color: "#ffffff" + anchors.top: parent.top + anchors.topMargin: 0 + anchors.right: parent.right + anchors.rightMargin: 0 + anchors.left: parent.left + anchors.leftMargin: 0 + + Rectangle { + id: navIconBg + width: 24 + height: 24 + anchors.left: parent.left + anchors.leftMargin: 16 + anchors.verticalCenter: parent.verticalCenter + + Image { + id: image + anchors.fill: parent + source: "../assets/arrow-back-24px.svg" + fillMode: Image.PreserveAspectFit + } + } + } + Label { x: 16 y: 398 @@ -87,7 +116,8 @@ Rectangle { + /*##^## Designer { - D{i:2;anchors_x:16} + D{i:3;anchors_height:100;anchors_width:100}D{i:2;anchors_height:24;anchors_width:24} } ##^##*/ |