From 5d078daaee09c6cf3fd6c61e4ecbc32c31e307c0 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Thu, 22 Aug 2019 20:45:27 +0700 Subject: add onboarding image --- LoginForm.ui.qml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'LoginForm.ui.qml') diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml index bad8934..beb72a0 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -96,4 +96,22 @@ Rectangle { fillMode: Image.PreserveAspectFit source: "kelakon-logo.png" } + + Image { + id: image + height: 172 + anchors.right: parent.right + anchors.rightMargin: 94 + anchors.left: parent.left + anchors.leftMargin: 94 + anchors.top: parent.top + anchors.topMargin: 72 + source: "onboarding-1.png" + fillMode: Image.PreserveAspectFit + } +} + +/*##^## Designer { + D{i:10;anchors_width:100;anchors_x:130;anchors_y:69} } + ##^##*/ -- cgit v1.2.3