Whats up with shadowing in qt 6?
Unsolved
QML and Qt Quick
-
In Qt 5 it was rather simple by using
DropShadow
but int qt 6 they dropped support in QtGraphicalEffects
My questions are :- why?
- what is the alternative to
DropShaddow
?
I know there is a way to use it withimport Qt5Compat.GraphicalEffects
but it seems to be for backward compatibility so is there an alternative?