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 /DropShadow/Box.ui.qml | |
| parent | c6549782efa05b7a23284a89730c6b4f4b2ccac8 (diff) | |
Update imports to be Qt6 compatible
Still using the graphical effects compatibility for now.
Diffstat (limited to 'DropShadow/Box.ui.qml')
| -rw-r--r-- | DropShadow/Box.ui.qml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |