diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-19 21:13:47 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-19 21:13:47 +0700 |
commit | f9a09e8eb6891e3f8f92a2e1c47916617f4f0306 (patch) | |
tree | 1aa287578516e0f053394ad5d96de8e2c157cc4e /features/Onboarding.qml | |
parent | f1c5203d2b46c7484884d53e61250b7baabe7a77 (diff) |
strip `text` and `images` to be more general
Diffstat (limited to 'features/Onboarding.qml')
-rw-r--r-- | features/Onboarding.qml | 3 |
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.") } /*##^## |