How create custom QGraphicsEffect with QGraphicsDropShadowEffect and QGraphicsOpacityEffect
-
I wanna set QGraphicsDropShadowEffect and QGraphicsOpacityEffect on my widget, how i got from docs and forums - i need create custom QGraphicsEffect, and modify .draw() method. But maybe exist way to 'inherite' this effects? I already have 2 ready effects.
if i trying init QGraphicsDropShadowEffect and QGraphicsOpacityEffect - it's not working(1 of they just stopped work in middle)