As of Qt 5.0.1 release external drop sources are not supported in QML. There already exists a task entry for this feature – but it’s priority is not very high.
Qt QTBUG-27498 : support external drag & drop in Qt Quick [bugreports.qt-project.org]
You might use C++ and write a custom QML component for solving the problem until the standard provides an implementation – that’s at least what I did.
↧