blob: 25705936613e7ec53a4472d1b22304cb91d8cb9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
/*! \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
*/
|