From f9a09e8eb6891e3f8f92a2e1c47916617f4f0306 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Thu, 19 Sep 2019 21:13:47 +0700 Subject: strip `text` and `images` to be more general --- features/Onboarding.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'features/Onboarding.qml') 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.") } /*##^## -- cgit v1.2.3