diff options
| author | Erik Prabowo Kamal <erik@darapsa.org> | 2025-12-10 16:58:20 +0800 |
|---|---|---|
| committer | Erik Prabowo Kamal <erik@darapsa.org> | 2025-12-10 16:58:20 +0800 |
| commit | 2f18a0f6663141b567a75faa7e3e52b5dfa4f002 (patch) | |
| tree | 6a76349959b60718a44975f079829d3083f8ac42 /Student/Dashboard.ui.qml | |
| parent | c92b6dc8585c5e76624389ae59274df1fe6fff85 (diff) | |
Update the project & remaining QML files to Qt6
Diffstat (limited to 'Student/Dashboard.ui.qml')
| -rw-r--r-- | Student/Dashboard.ui.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Student/Dashboard.ui.qml b/Student/Dashboard.ui.qml index c89e7ad..7817f2b 100644 --- a/Student/Dashboard.ui.qml +++ b/Student/Dashboard.ui.qml @@ -1,6 +1,6 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 -import QtQuick.Layouts 1.15 +import QtQuick +import QtQuick.Controls +import QtQuick.Layouts import "Dashboard" Flickable { |