From 2443059b88e6b5d355ae2404b26d7693de755c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= 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(+) (limited to 'Home') 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.2.3