diff options
| author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-22 20:45:27 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-22 20:45:27 +0700 |
| commit | 5d078daaee09c6cf3fd6c61e4ecbc32c31e307c0 (patch) | |
| tree | 51172815eee8b21df4107a16a4522047ebd5cb28 /LoginForm.ui.qml | |
| parent | 8c5d4e186c702c1a97006c9bb208810bb7ad67de (diff) | |
add onboarding image
Diffstat (limited to 'LoginForm.ui.qml')
| -rw-r--r-- | LoginForm.ui.qml | 18 |
1 files changed, 18 insertions, 0 deletions
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} } + ##^##*/ |