diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-06-22 11:28:46 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-06-22 11:28:46 +0800 |
commit | 2443059b88e6b5d355ae2404b26d7693de755c34 (patch) | |
tree | af7f13772b5b9c1c167691b6af83cd67f9811c3c /Home | |
parent | 86e3095d153ef68f2e94bca0082254e0208cefee (diff) |
Interface for setting the whole banner grid layout
Some may not want the banner to appear at all.
Diffstat (limited to 'Home')
-rw-r--r-- | Home/Default.ui.qml | 1 |
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" |