diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-09-26 22:02:28 +0800 | 
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-09-26 22:02:28 +0800 | 
| commit | 1a77bc90a1e426b20cbc0b409a02063399eaa4e4 (patch) | |
| tree | 93e32e0988509f26e2a4c0148fadcbbd921abab4 /Student | |
| parent | 2b5bc7fab55682b2af724b37dbd1fb4e745f077a (diff) | |
Alias to student dashboard table body
Diffstat (limited to 'Student')
| -rw-r--r-- | Student/Dashboard.ui.qml | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Student/Dashboard.ui.qml b/Student/Dashboard.ui.qml index 6c2a339..6ca13f3 100644 --- a/Student/Dashboard.ui.qml +++ b/Student/Dashboard.ui.qml @@ -4,6 +4,7 @@ import "Dashboard"  import QtQuick.Layouts 1.15  Flickable { +	property alias tableBody: tableBody  	contentWidth: table.width  	ColumnLayout{  |