From aa8f0be8be9a4c5dea71dac62a9fdb722e5fcf6f 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, 21 Aug 2023 23:27:41 +0800 Subject: Student dashboard course list item interfaces --- Student/Dashboard/CourseListItem.ui.qml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Student') diff --git a/Student/Dashboard/CourseListItem.ui.qml b/Student/Dashboard/CourseListItem.ui.qml index b8b1a71..7939168 100644 --- a/Student/Dashboard/CourseListItem.ui.qml +++ b/Student/Dashboard/CourseListItem.ui.qml @@ -4,6 +4,12 @@ import QtQuick.Layouts 1.15 import QtGraphicalEffects 1.12 Item { + property alias courseTitle: courseTitle + property alias courseThumb: courseThumb + property alias courseProgressPercentage: courseProgressPercentage + property alias courseProgressBar: courseProgressBar + property alias courseListActionButton: courseListActionButton + width:courseData.width height: courseData.height RowLayout { -- cgit v1.2.3