summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/OnboardingForm.ui.qml13
1 files changed, 13 insertions, 0 deletions
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
+ }
}
/*##^##