Hi.
Is there any known problem with the shape() of a QGraphicsPixmapItem. I use a PNG with transparent parts and then try to move it around. But I can drag the item also when I click on a transparent part of the item. Not in a rect around the item. It's a little arbitrary where I can drag and where not.

I tried to plot the QPixmap.mask(), so this seems to be correct, only opaque parts of the PNG are black, all transparent parts white. And I tried to plot the shape() QPath. And this seems to be correct. I tried all three possible shapeModes. MaskShape does not do the trick I want to have, HeuristicMaskShape not, because I do not set a Heuristic Mask, and BoundingRect does at least what is expected.

Thing is, I'm quite sure that it worked with a former Qt-Version. At the moment I use the KDE4 qt-copy from yesterday (8/30/2007).

Thanks for any help.