qt5base-lts/examples/widgets/draganddrop
Kai Köhne 80a76df178 Examples: Fix whitespace issues in CMakeLists.txt
Pick-to: 6.3
Change-Id: I8e6dd1f250f8be6016ee4164cb2ab7034cbb1203
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2021-12-13 14:16:26 +00:00
..
draggableicons Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
draggabletext Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
dropsite Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
fridgemagnets Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
puzzle Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
CMakeLists.txt Examples: Remove remaining conversion markers in CMakeLists.txt 2021-12-13 14:16:26 +00:00
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.