diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-16 20:13:08 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-16 20:13:08 +0800 |
commit | 43e4ee34fc7aa27eb40be86a3556f0a71e0a5e09 (patch) | |
tree | d635bbc8fdaf49f1e45925be5345f0c61d595f5e | |
parent | 5cd1d7695d2e1c90c25603f18a20aae42ff3fcb4 (diff) |
Popular tabs title
-rw-r--r-- | HomeDefault.ui.qml | 33 |
1 files changed, 33 insertions, 0 deletions
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 |