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.
tqt3/examples/iconview/simple_dd/simple_dd.doc

30 lines
408 B

/*! \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
*/