summaryrefslogtreecommitdiff
path: root/features/Onboarding.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-19 21:13:47 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-19 21:13:47 +0700
commitf9a09e8eb6891e3f8f92a2e1c47916617f4f0306 (patch)
tree1aa287578516e0f053394ad5d96de8e2c157cc4e /features/Onboarding.qml
parentf1c5203d2b46c7484884d53e61250b7baabe7a77 (diff)
strip `text` and `images` to be more general
Diffstat (limited to 'features/Onboarding.qml')
-rw-r--r--features/Onboarding.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/features/Onboarding.qml b/features/Onboarding.qml
index 1860896..fbd038a 100644
--- a/features/Onboarding.qml
+++ b/features/Onboarding.qml
@@ -3,6 +3,9 @@ import QtQuick 2.4
OnboardingForm {
objectName: "onboarding"
loginButton.onClicked: pageView.push("Login.qml")
+ logoImage.source: "https://via.placeholder.com/100x24.png"
+ onboardingImage.source: "https://via.placeholder.com/600x600.png"
+ onboardingText1.text: qsTr("Get things done today, chill tomorrow.")
}
/*##^##