diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-18 09:33:47 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-18 09:33:47 +0800 |
commit | 3db1edb860b13171c2a82319f42f2500d6007bc4 (patch) | |
tree | 6a2bbf0ce0809c015902d494c734537c23d85c8a /features | |
parent | a4309ac24c2b431c7b7c759d2a5ebd946467735f (diff) |
Add logo image property
Diffstat (limited to 'features')
-rw-r--r-- | features/OnboardingForm.ui.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/features/OnboardingForm.ui.qml b/features/OnboardingForm.ui.qml index 5621911..bda75b3 100644 --- a/features/OnboardingForm.ui.qml +++ b/features/OnboardingForm.ui.qml @@ -7,6 +7,7 @@ Page { id: page title: qsTr("Onboarding") + property alias logoImage: logoImage property alias registerButton: registerButton property alias loginButton: loginButton @@ -19,6 +20,7 @@ Page { anchors.leftMargin: 0 Image { + id: logoImage width: 100 height: 24 fillMode: Image.PreserveAspectFit |