The DropArea component uses the QQuickDropEvent class which does not give access to mime data like the QDropEvent class does. Why don’t you try creating your own custom qml component and override the dropEvent function which uses the QDropEvent class. That way you would have access to the file path.
↧