From 2443059b88e6b5d355ae2404b26d7693de755c34 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Thu, 22 Jun 2023 11:28:46 +0800 Subject: Interface for setting the whole banner grid layout Some may not want the banner to appear at all. --- Home/Default.ui.qml | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.3