How to receive files dragged into apps from other apps, such as from a browser?
-
@Pl45m4 Thanks, I use qml's DropArea to handle the drop event, but I cannot receive files dragged in from other apps.
@senmx said in How to receive files dragged into apps from other apps, such as from a browser?:
I use qml's DropArea
Then your question belongs in https://forum.qt.io/category/12/qml-and-qt-quick
-
-
@Pl45m4 Thanks, I use qml's DropArea to handle the drop event, but I cannot receive files dragged in from other apps.
@senmx said in How to receive files dragged into apps from other apps, such as from a browser?:
I use qml's DropArea
Then your question belongs in https://forum.qt.io/category/12/qml-and-qt-quick
-
@senmx said in How to receive files dragged into apps from other apps, such as from a browser?:
I use qml's DropArea
Then your question belongs in https://forum.qt.io/category/12/qml-and-qt-quick
@JonB said in How to receive files dragged into apps from other apps, such as from a browser?:
Then your question belongs in https://forum.qt.io/category/12/qml-and-qt-quick
I agree,
@senmx take a look at this example from the documentation:
https://doc.qt.io/qt-5/qtquick-externaldraganddrop-example.html