You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
408 B
30 lines
408 B
13 years ago
|
/*! \page simple_dd-example.html
|
||
|
|
||
|
\ingroup examples
|
||
|
\title Drag and Drop (Simple)
|
||
|
|
||
|
This provides a very simple example of Qt's drag and drop
|
||
|
functionality.
|
||
|
|
||
|
For a more complete example see the \link dragdrop-example.html
|
||
|
Drag and Drop example\endlink.
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Header file:
|
||
|
|
||
|
\include iconview/simple_dd/main.h
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Implementation:
|
||
|
|
||
|
\include iconview/simple_dd/main.cpp
|
||
|
|
||
|
*/
|
||
|
|
||
|
|
||
|
|
||
|
|