PDA

View Full Version : Image Drag without Cursor



keshab
19th December 2006, 06:36
An Image being dragged is displayed with a cross cursor symbol(+). Can this cursor be avoided or made invisible with only image being displayed while dragging. the Class used for making image is Qpixmap and for dragging is QTextDrag.

keshab
20th December 2006, 03:26
An Image being dragged is displayed with a cross cursor symbol(+). Can this cursor be avoided or made invisible with only image being displayed while dragging. the Class used for making image is Qpixmap and for dragging is QTextDrag.

Actually dragcopy shows the cursor but dragmove doesnot. and i have to use dragcopy.The same thing is observed in windows application too when we dragmove a file and when we dragcopy a file. Is this windows issue or is it solvable by overriding cursor or by programming?