From 15daabdbdfe59f816b23cd643cf5234fdb5c4e64 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Wed, 26 Nov 2025 17:44:34 +0800 Subject: Update imports to be Qt6 compatible Still using the graphical effects compatibility for now. --- DropShadow/Box.ui.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'DropShadow') diff --git a/DropShadow/Box.ui.qml b/DropShadow/Box.ui.qml index 774b0d3..b14aaa2 100644 --- a/DropShadow/Box.ui.qml +++ b/DropShadow/Box.ui.qml @@ -1,6 +1,6 @@ -import QtQuick 2.15 -import QtGraphicalEffects 1.15 -import Eduport 1.4 +import QtQuick +import Qt5Compat.GraphicalEffects +import Eduport DropShadow { horizontalOffset: Eduport.bsBoxShadowOffsetX -- cgit v1.2.3