mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
Qt6 dropped QtGraphicalEffects
https://doc.qt.io/qt-6/qtgraphicaleffects5-index.html Contributes to CURA-8640
This commit is contained in:
parent
12ee57e4ad
commit
ff21c93f9b
9 changed files with 9 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
|||
import QtQuick 2.10
|
||||
import QtQuick.Controls 2.3
|
||||
import QtQuick.Window 2.2
|
||||
import QtGraphicalEffects 1.0 // For the DropShadow
|
||||
import Qt5Compat.GraphicalEffects // For the DropShadow
|
||||
|
||||
import UM 1.3 as UM
|
||||
import Cura 1.1 as Cura
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
import QtQuick 2.10
|
||||
import QtQuick.Controls 2.3
|
||||
import QtQuick.Layouts 1.3
|
||||
import QtGraphicalEffects 1.12 // For the DropShadow
|
||||
import Qt5Compat.GraphicalEffects // For the DropShadow
|
||||
|
||||
import UM 1.3 as UM
|
||||
import Cura 1.1 as Cura
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue