summaryrefslogtreecommitdiff
path: root/Student/Dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'Student/Dashboard')
-rw-r--r--Student/Dashboard/CourseListItem.ui.qml6
1 files changed, 6 insertions, 0 deletions
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 {