PyQt5 QGraphicsDropShadowEffect causes ugly gradient glitch with dark background

94 Views Asked by At

When i use QGraphicsDropShadowEffect with dark background and darker shadow, it causes gradient glitch. Here the example:

Example

Is it an IDE glitch or it's a real gradient drawing-issue which will be applied to .exe too?

UPD: Even worse with radius 500px as example

Example 2

0

There are 0 best solutions below