diff options
| author | Erik Prabowo Kamal <erik@darapsa.org> | 2025-11-26 17:44:34 +0800 |
|---|---|---|
| committer | Erik Prabowo Kamal <erik@darapsa.org> | 2025-11-26 17:44:34 +0800 |
| commit | 15daabdbdfe59f816b23cd643cf5234fdb5c4e64 (patch) | |
| tree | d616e0a47f5b750335c1fad5fd188cda030aaee6 /Shop/Course.ui.qml | |
| parent | c6549782efa05b7a23284a89730c6b4f4b2ccac8 (diff) | |
Update imports to be Qt6 compatible
Still using the graphical effects compatibility for now.
Diffstat (limited to 'Shop/Course.ui.qml')
| -rw-r--r-- | Shop/Course.ui.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Shop/Course.ui.qml b/Shop/Course.ui.qml index b324488..565cd53 100644 --- a/Shop/Course.ui.qml +++ b/Shop/Course.ui.qml @@ -1,8 +1,8 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 -import QtQuick.Layouts 1.15 -import QtGraphicalEffects 1.15 -import Bootstrap 5.3 +import QtQuick +import QtQuick.Controls +import QtQuick.Layouts +import Qt5Compat.GraphicalEffects +import Bootstrap ColumnLayout { property string imageSource: "https://eduport.webestica.com/assets/images/courses/4by3/08.jpg" |