summaryrefslogtreecommitdiff
path: root/Checkout.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-09 16:26:44 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-09 16:26:44 +0800
commita0260d2dc62b5d9a523b97070a9507ee697e3624 (patch)
treed47b76086cad343f65acb888d4ee1eb4d2830f87 /Checkout.ui.qml
parentbfd9c768da2a91518b0406111aa4845740d76354 (diff)
Checkout course items
Diffstat (limited to 'Checkout.ui.qml')
-rw-r--r--Checkout.ui.qml35
1 files changed, 34 insertions, 1 deletions
diff --git a/Checkout.ui.qml b/Checkout.ui.qml
index 05a32ba..4e99c3e 100644
--- a/Checkout.ui.qml
+++ b/Checkout.ui.qml
@@ -535,8 +535,41 @@ Flickable {
}
}
+ ListView {
+ id: courseItems
+ interactive: false
+ Layout.fillWidth: true
+ implicitHeight: count * (width * 400 / 533 + (width < 362 ? 37.5 : 18.75) + 86.5)
+ model: ListModel {
+ ListElement {
+ image: "https://eduport.webestica.com/assets/images/courses/4by3/08.jpg"
+ title: "Sketch from A to Z: for app designer"
+ price: "$150"
+ }
+ ListElement {
+ image: "https://eduport.webestica.com/assets/images/courses/4by3/18.jpg"
+ title: "The Complete Video Production Bootcamp"
+ price: "$350"
+ }
+ }
+ delegate: CourseItem {
+ width: courseItems.width
+ }
+ }
+
+ Rectangle {
+ Layout.fillWidth: true
+ Layout.topMargin: 16
+ Layout.bottomMargin: 16
+ height: 1
+ border {
+ width: .5
+ color: "#0a000000"
+ }
+ }
+
ColumnLayout {
- Layout.margins: 16
+
Item {
Layout.fillWidth: true
implicitHeight: priceLabel.implicitHeight