summaryrefslogtreecommitdiff
path: root/Course
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-12 18:30:01 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-12 18:30:01 +0800
commit2127dd61cda7dcb65b4edd51556158a8e79b0795 (patch)
tree0ccdd70c8b925b4a298bfcb1402917c986054a1b /Course
parent89fcfe5ec1073fd374a8bae3d8457bebd96453c8 (diff)
Just use (BS) Label now instead of Body
Diffstat (limited to 'Course')
-rw-r--r--Course/Detail/Classic.ui.qml3
-rw-r--r--Course/Detail/Classic/Content/Main.ui.qml3
-rw-r--r--Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml6
-rw-r--r--Course/Detail/Classic/Content/Sidebar/Video.ui.qml6
4 files changed, 12 insertions, 6 deletions
diff --git a/Course/Detail/Classic.ui.qml b/Course/Detail/Classic.ui.qml
index f2f2e60..710ff59 100644
--- a/Course/Detail/Classic.ui.qml
+++ b/Course/Detail/Classic.ui.qml
@@ -68,9 +68,10 @@ Flickable {
Layout.fillWidth: true
}
- Lbl.Body {
+ Label {
id: introTitleParagraph
text: qsTr("Satisfied conveying a dependent contented he gentleman agreeable do be. Warrant private blushes removed an in equally totally if. Delivered dejection necessary objection do Mr prevailed. Mr feeling does chiefly cordial in do.")
+ wrapMode: Label.Wrap
Layout.fillWidth: true
}
}
diff --git a/Course/Detail/Classic/Content/Main.ui.qml b/Course/Detail/Classic/Content/Main.ui.qml
index 68627b6..0b1c642 100644
--- a/Course/Detail/Classic/Content/Main.ui.qml
+++ b/Course/Detail/Classic/Content/Main.ui.qml
@@ -103,9 +103,10 @@ ColumnLayout {
Layout.bottomMargin: 16
}
- Lbl.Body {
+ Label {
id: courseDescription
text: qsTr("Welcome to the Digital Marketing Ultimate Course Bundle - 12 Courses in 1 (Over 36 hours of content)")
+ wrapMode: Label.Wrap
Layout.fillWidth: true
}
}
diff --git a/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml b/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml
index 931e439..bff0110 100644
--- a/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml
+++ b/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml
@@ -30,9 +30,10 @@ ColumnLayout {
text: qsTr("Louis Ferguson")
}
- Lbl.Body {
+ Label {
Layout.bottomMargin: 8
text: qsTr("Instructor of Marketing")
+ wrapMode: Label.Wrap
}
/*
GridLayout {
@@ -59,9 +60,10 @@ ColumnLayout {
text: qsTr("About Instructor")
}
- Lbl.Body {
+ Label {
Layout.fillWidth: true
Layout.bottomMargin: 16
text: qsTr("Fulfilled direction use continual set him propriety continued. Saw met applauded favorite deficient engrossed concealed and her. Concluded boy perpetual old supposing. Farther related bed and passage comfort civilly. Dashboard see frankness objection abilities. As hastened oh produced prospect formerly up am. Placing forming nay looking old married few has. Margaret disposed of add screened rendered six say his striking confined. As it so contrasted oh estimating instrument. Size like body someone had. Are conduct viewing boy minutes warrant the expense? Tolerably behavior may admit daughters offending her ask own. Praise effect wishes change way and any wanted.")
+ wrapMode: Label.Wrap
}
}
diff --git a/Course/Detail/Classic/Content/Sidebar/Video.ui.qml b/Course/Detail/Classic/Content/Sidebar/Video.ui.qml
index 0136221..c6ca75f 100644
--- a/Course/Detail/Classic/Content/Sidebar/Video.ui.qml
+++ b/Course/Detail/Classic/Content/Sidebar/Video.ui.qml
@@ -74,9 +74,10 @@ ColumnLayout {
text: priceText
}
- Lbl.Body {
+ Label {
id: initialPrice
text: "$350"
+ wrapMode: Label.Wrap
font.strikeout: true
}
@@ -128,9 +129,10 @@ ColumnLayout {
}
}
- Lbl.Body {
+ Label {
text: qsTr("5 days left at this price")
color: Eduport.bsDanger
+ wrapMode: Label.Wrap
}
}
}