PDA

View Full Version : Drag pixmap on Windows size problem



plamkata
19th March 2009, 09:01
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

plamkata
19th March 2009, 23:01
Seems it is Windows related issue.
I tried the Qt examples and the problem is the same.