summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-19 11:16:18 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-19 11:16:18 +0800
commit0e2a29126675ef7c968c217b5564ad2d1054ccce (patch)
tree6542c472ce488c45a2e5b78bd8f6a98b85fc8c8a
parent0c807f353e7459888803562953afda327c840f63 (diff)
Banner imageSource string replacing image alias for now
-rw-r--r--HomeDefault.ui.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml
index a126c10..39cdc7b 100644
--- a/HomeDefault.ui.qml
+++ b/HomeDefault.ui.qml
@@ -6,7 +6,7 @@ import QtGraphicalEffects 1.15
Flickable {
property string bannerTitleText: qsTr("Limitless learning at your fingertips")
property string bannerContentText: qsTr("Online learning and teaching marketplace with 5K+ courses & 10M students. Taught by experts to help you acquire new skills.")
- property alias image: image
+ property string imageSource: "https://eduport.webestica.com/assets/images/element/07.png"
property alias counter: counter
property alias tabs: tabs
property alias tabsContent: tabsContent
@@ -158,7 +158,7 @@ Flickable {
Image {
id: image
- source: "https://eduport.webestica.com/assets/images/element/07.png"
+ source: imageSource
width: parent.width
fillMode: Image.PreserveAspectFit
}