From beaedd73210f488de40d649870f56a1b0227bded Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 28 Aug 2019 12:00:45 +0700 Subject: add navigation to EmailForm --- pages/EmailForm.ui.qml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'pages/EmailForm.ui.qml') 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} } ##^##*/ -- cgit v1.2.3