diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-20 16:14:55 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-20 16:14:55 +0700 |
commit | e8af71c340af5429ec57fe07d986a38914986b3e (patch) | |
tree | 618978c2b4a2f8c1bc02eab87aa2305a473087f6 /main.qml | |
parent | 5a2631d79d3939bf1ca378acd8429b768873e59b (diff) |
add `Profile`
Diffstat (limited to 'main.qml')
-rw-r--r-- | main.qml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,7 @@ import QtQuick 2.12 import QtQuick.Controls 2.12 import QtQuick.Controls.Material 2.12 + ApplicationWindow { id: window visible: true @@ -17,6 +18,9 @@ ApplicationWindow { anchors.fill: parent initialItem: Onboarding { id: onboarding + logoImage.source: ("../kelakon-logo.png") + onboardingImage.source: ("../onboarding-1.png") + onboardingText1.text: qsTr("Get things done today, chill tomorrow.") } } } |