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 /Shop/Checkout.ui.qml | |
| parent | c92b6dc8585c5e76624389ae59274df1fe6fff85 (diff) | |
Update the project & remaining QML files to Qt6
Diffstat (limited to 'Shop/Checkout.ui.qml')
| -rw-r--r-- | Shop/Checkout.ui.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Shop/Checkout.ui.qml b/Shop/Checkout.ui.qml index bafebfe..1cbbca6 100644 --- a/Shop/Checkout.ui.qml +++ b/Shop/Checkout.ui.qml @@ -1,8 +1,8 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 -import QtQuick.Layouts 1.15 -import Bootstrap 5.3 -import Eduport 1.4 +import QtQuick +import QtQuick.Controls +import QtQuick.Layouts +import Bootstrap +import Eduport import "../Button" as Btn import "Checkout" import "Checkout/RightSidebar" |