From 43e4ee34fc7aa27eb40be86a3556f0a71e0a5e09 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, 16 Feb 2023 20:13:08 +0800 Subject: Popular tabs title --- HomeDefault.ui.qml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml index 24078b8..0cafbf0 100644 --- a/HomeDefault.ui.qml +++ b/HomeDefault.ui.qml @@ -164,6 +164,39 @@ Flickable { } } + ColumnLayout { + Layout.leftMargin: 15 + Layout.rightMargin: 15 + Layout.bottomMargin: 25.6 + + Label { + text: qsTr("Most Popular Courses") + color: "#24292d" + horizontalAlignment: Text.AlignHCenter + wrapMode: Text.Wrap + Layout.fillWidth: true + Layout.bottomMargin: 8 + font { + family: doesntEmbed ? "Roboto" + : roboto.name + pointSize: 44 + } + } + + Label { + text: qsTr("Choose from hundreds of courses from specialist organizations") + color: "#747579" + horizontalAlignment: Text.AlignHCenter + wrapMode: Text.Wrap + Layout.fillWidth: true + font { + family: doesntEmbed ? "Roboto" + : roboto.name + pointSize: 14 + } + } + } + SwipeView { Layout.fillWidth: true Layout.preferredHeight: popular.height -- cgit v1.2.3