Hi,

I am currently working a bit with the QPixmap class. I am looking for a solution how to create a transparent pixmap. I need to create a QGraphicsPixmapItem and add it to the scene.
I am drawing different symbols( created from rects,polygons,lines <- describing shapes). For example, I would like to add 5 circles to the pixmap and only show those circles on the scene, as they were simple Items, not pixmaps.(in some cases these symbols will be much more complicated)
Transparency of a pixmap is the issue. By transparency I mean -> transparent background of the pixmap(no background). If I would not add anything to the pixmap and then painted it, nothing would be shown,etc.

Thank you for any help.

Kacper