summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/images/onboarding-1.pngbin0 -> 114484 bytes
-rw-r--r--features/OnboardingForm.ui.qml13
2 files changed, 13 insertions, 0 deletions
diff --git a/components/images/onboarding-1.png b/components/images/onboarding-1.png
new file mode 100644
index 0000000..dce5270
--- /dev/null
+++ b/components/images/onboarding-1.png
Binary files differ
diff --git a/features/OnboardingForm.ui.qml b/features/OnboardingForm.ui.qml
index 09d8014..5129fdb 100644
--- a/features/OnboardingForm.ui.qml
+++ b/features/OnboardingForm.ui.qml
@@ -5,6 +5,19 @@ import QtQuick.Controls.Material 2.12
Page {
title: qsTr("Onboarding")
+ Image {
+ id: image
+ height: 100
+ anchors.top: parent.top
+ anchors.topMargin: 32
+ anchors.right: parent.right
+ anchors.rightMargin: 64
+ anchors.left: parent.left
+ anchors.leftMargin: 64
+ anchors.verticalCenter: parent.verticalCenter
+ source: "../components/images/onboarding-1.png"
+ fillMode: Image.PreserveAspectFit
+ }
}
/*##^##