diff options
Diffstat (limited to 'examples/iconview/simple_dd/simple_dd.doc')
-rw-r--r-- | examples/iconview/simple_dd/simple_dd.doc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/examples/iconview/simple_dd/simple_dd.doc b/examples/iconview/simple_dd/simple_dd.doc new file mode 100644 index 000000000..257059366 --- /dev/null +++ b/examples/iconview/simple_dd/simple_dd.doc @@ -0,0 +1,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 + +*/ + + + + |