qtbase/examples/widgets/draganddrop
Lorn Potter 39f81d14c1 wasm: fix drag examples for webassembly
Change-Id: I47903743685fadfe33820e7785b72d62109e77d0
Pick-to: 6.7
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2024-01-11 00:52:01 +10:00
..
draggableicons wasm: fix drag examples for webassembly 2024-01-11 00:52:01 +10:00
draggabletext wasm: fix drag examples for webassembly 2024-01-11 00:52:01 +10:00
dropsite Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Move fridge magnets example to manual test 2023-06-28 09:56:40 +02:00
README
draganddrop.pro Move fridge magnets example to manual test 2023-06-28 09:56:40 +02:00

README

Qt supports native drag and drop on all platforms via an extensible
MIME-based system that enables applications to send data to each other in the
most appropriate formats.

Drag and drop can also be implemented for internal use by applications.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.