New-style Windows cursors when dragging to app from outside
-
Is it somehow possible to use new-style dragging cursor on Windows when user is dragging something (e.g. image) from Explorer to Qt application?
!http://i.imgur.com/ZmkkC.png(old and new dnd cursors)!
In some applications (MS Paint, Visual Studio, Qt Creator and all Qt applications) old cursors are used, in others (Explorer, Skype, Chrome, Opera) - new.
I'm talking only about the case when drag&drop operation was created outside of our application. So it is not handled by Qt (i.e. not by QDrag, QDragManager, etc. ).