summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-17 16:05:27 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-17 16:05:27 +0700
commitb8c92d584baf3af8cfa5f293c9f38a75404edb92 (patch)
tree84e8cc3632545373f9c3a55ccf61f21af4ee671a
parent7d906895561be8f6bb25511becf2a53a80229945 (diff)
add `Onboarding` image
-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
+ }
}
/*##^##