qt5base-lts/examples/widgets/draganddrop
Sergio Ahumada 58e2b9c01b examples: Mark ctor's as explicit
Make C++ class constructors that can be used with only one
required argument 'explicit' to minimize wrong use of the class.

Change-Id: Ida9f9c2f0c8608c35b0137b2512a6747afd69515
Reviewed-by: Mitch Curtis <mitch.curtis@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-09-17 22:14:25 +02:00
..
delayedencoding Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
draggableicons Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
draggabletext Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
dropsite Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
fridgemagnets Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
puzzle examples: Mark ctor's as explicit 2012-09-17 22:14:25 +02:00
draganddrop.pro Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02: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.