diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-08-21 23:27:41 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-08-21 23:27:41 +0800 |
commit | aa8f0be8be9a4c5dea71dac62a9fdb722e5fcf6f (patch) | |
tree | 808b2a8a9c8e21a39d704677b2f030d95f6fe81f /Student | |
parent | 89394fe7e4e24f30f93fe8b46edf46aa485da811 (diff) |
Student dashboard course list item interfaces
Diffstat (limited to 'Student')
-rw-r--r-- | Student/Dashboard/CourseListItem.ui.qml | 6 |
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 { |