Hi all,

I am developing crossplatform application in Qt but I noticed something strange. In my application the user may drag some images. When he starts to drag the image, I set pixmap to the QDrag object. The problem is that on Windows XP if the pixmap is greater than 60x60 pixels it is cutoff. There is no such problem on Linux. So is there any way to set pixmaps bigger than 60x60 on Windows when I am using drag ?

Thanks,
Plamen Terziev