How to achieve drag and drop from Photos app on Mac OS X?
Unsolved
General and Desktop
-
As explained here
http://stackoverflow.com/questions/30110525/how-can-my-os-x-app-accept-drag-and-drop-of-picture-files-from-photos-app
this is not as easy as from iPhoto.So that you get this working with Qt you have to modify implementation of Dragging in qnsview.mm and compile Qt on your own.
Would be interesting if Qt is planning to add this in near future.