qt6-bb10/examples/widgets/draganddrop
Tobias Hunger aa50b377a7 CMake: Add widgets examples
Change-Id: Ib6142b93df066e3658eb189b50ca74c455fe7e56
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-03-26 15:25:39 +00:00
..
draggableicons CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
draggabletext CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
dropsite CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
fridgemagnets CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
puzzle CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
CMakeLists.txt CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
README
draganddrop.pro QtWidgets: Remove Windows CE. 2016-04-07 10:24:45 +00: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.