How set opacity on QGraphicsItem
- by La Chamelle
Hello,
i have a inherited from QGraphicsScene and QGraphicsItem to create my own classes. I use Qt 4.6.
I want to set a specific opacity on each items of my scene. I use setOpacity : setOpacity method, but its not the result i hope.
I want to have for example one item opaque and an other transparent (to see the desktop, or the other application).…