From 2f18a0f6663141b567a75faa7e3e52b5dfa4f002 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Wed, 10 Dec 2025 16:58:20 +0800 Subject: Update the project & remaining QML files to Qt6 --- Shop/cart/Alert.ui.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Shop/cart/Alert.ui.qml') diff --git a/Shop/cart/Alert.ui.qml b/Shop/cart/Alert.ui.qml index f7fb4e4..e662a00 100644 --- a/Shop/cart/Alert.ui.qml +++ b/Shop/cart/Alert.ui.qml @@ -1,7 +1,7 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 -import QtQuick.Layouts 1.15 -import Eduport 1.4 +import QtQuick +import QtQuick.Controls +import QtQuick.Layouts +import Eduport import "../../TextField" as TxtFld import "../../Label" as Lbl import "../../Button" as Btn -- cgit v1.2.3