From b80e3776a8c1e9a44ad56240c80dcd0d71146893 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: Mon, 27 Mar 2023 17:26:21 +0800 Subject: Rating stars --- Home/Default.ui.qml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Home/Default.ui.qml') diff --git a/Home/Default.ui.qml b/Home/Default.ui.qml index 2a9e223..19f3166 100644 --- a/Home/Default.ui.qml +++ b/Home/Default.ui.qml @@ -271,6 +271,7 @@ Flickable { levelBackgroundColor: "#1a6f42c1" title: "Sketch from A to Z: for app designer" truncated: "Proposal indulged no do sociable he throwing settling." + rate: 4.0 }, ListElement { image: "https://eduport.webestica.com/assets/images/courses/4by3/02.jpg" @@ -279,6 +280,7 @@ Flickable { levelBackgroundColor: "#1a0cbc87" title: "Graphic Design Masterclass" truncated: "Rooms oh fully taken by worse do Points afraid but may end Rooms" + rate: 4.5 }, ListElement { image: "https://eduport.webestica.com/assets/images/courses/4by3/03.jpg" @@ -287,6 +289,7 @@ Flickable { levelBackgroundColor: "#1a0cbc87" title: "Create a Design System in Figma" truncated: "Rooms oh fully taken by worse do. Points afraid but may end afraid but may end." + rate: 4.5 }, ListElement { image: "https://eduport.webestica.com/assets/images/courses/4by3/07.jpg" @@ -295,6 +298,7 @@ Flickable { levelBackgroundColor: "#1a0cbc87" title: "Deep Learning with React-Native" truncated: "Far advanced settling say finished raillery. Offered chiefly farther" + rate: 4.0 }, ListElement { image: "https://eduport.webestica.com/assets/images/courses/4by3/11.jpg" @@ -303,6 +307,7 @@ Flickable { levelBackgroundColor: "#1a6f42c1" title: "Build Responsive Websites with HTML" truncated: "Far advanced settling say finished raillery. Offered chiefly farther" + rate: 4.0 }, ListElement { image: "https://eduport.webestica.com/assets/images/courses/4by3/12.jpg" @@ -311,6 +316,7 @@ Flickable { levelBackgroundColor: "#1a0cbc87" title: "Build Websites with CSS" truncated: "Far advanced settling say finished raillery. Offered chiefly farther" + rate: 4.5 }, ListElement { image: "https://eduport.webestica.com/assets/images/courses/4by3/04.jpg" @@ -319,6 +325,7 @@ Flickable { levelBackgroundColor: "#1a6f42c1" title: "Learn Invision" truncated: "Arrived off she elderly beloved him Course regard to up he hardly." + rate: 3.5 }, ListElement { image: "https://eduport.webestica.com/assets/images/courses/4by3/09.jpg" @@ -327,6 +334,7 @@ Flickable { levelBackgroundColor: "#1a6f42c1" title: "JavaScript: Full Understanding" truncated: "Far advanced settling say finished raillery. Offered chiefly farther" + rate: 5.0 } ] } @@ -357,6 +365,7 @@ Flickable { : levelBackgroundColor titleText: title truncatedText: truncated + rating: rate } } } -- cgit v1.2.3