summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LoginForm.ui.qml18
-rw-r--r--kelakon.qrc1
-rw-r--r--onboarding-1.pngbin0 -> 114484 bytes
3 files changed, 19 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}
}
+ ##^##*/
diff --git a/kelakon.qrc b/kelakon.qrc
index cbd3e07..151de66 100644
--- a/kelakon.qrc
+++ b/kelakon.qrc
@@ -4,5 +4,6 @@
<file>Login.qml</file>
<file>LoginForm.ui.qml</file>
<file>kelakon-logo.png</file>
+ <file>onboarding-1.png</file>
</qresource>
</RCC>
diff --git a/onboarding-1.png b/onboarding-1.png
new file mode 100644
index 0000000..dce5270
--- /dev/null
+++ b/onboarding-1.png
Binary files differ