summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-06-22 11:28:46 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-06-22 11:28:46 +0800
commit2443059b88e6b5d355ae2404b26d7693de755c34 (patch)
treeaf7f13772b5b9c1c167691b6af83cd67f9811c3c
parent86e3095d153ef68f2e94bca0082254e0208cefee (diff)
Interface for setting the whole banner grid layout
Some may not want the banner to appear at all.
-rw-r--r--Home/Default.ui.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Home/Default.ui.qml b/Home/Default.ui.qml
index 0daa246..98d56f0 100644
--- a/Home/Default.ui.qml
+++ b/Home/Default.ui.qml
@@ -10,6 +10,7 @@ import "../Button" as Btn
import "Default" as Default
Flickable {
+ property alias banner: banner
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 string imageSource: "https://eduport.webestica.com/assets/images/element/07.png"