qt5base-lts/examples/widgets/draganddrop
David Schulz 4ac521354d QtBase: example code style
Change-Id: I0685f7e2c7c698a4bf288b8b1ae909167932a3fb
Reviewed-by: hjk <qthjk@ovi.com>
2012-11-25 01:34:07 +01:00
..
delayedencoding Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
draggableicons QtBase: example code style 2012-11-25 01:34:07 +01:00
draggabletext QtBase: example code style 2012-11-25 01:34:07 +01:00
dropsite QtBase: example code style 2012-11-25 01:34:07 +01:00
fridgemagnets QtBase: example code style 2012-11-25 01:34:07 +01:00
puzzle QtBase: example code style 2012-11-25 01:34:07 +01:00
draganddrop.pro Fix building of examples. 2012-11-21 16:36:50 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00

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.