This widget is aware of files and directories drag'n'drop from external programs. More...
#include <dndfilesystemlistview.h>
Inheritance diagram for DndFileSystemListView:Signals | |
| void | fileSystemPathDropped (const QString &path) |
Public Member Functions | |
| DndFileSystemListView (QWidget *pParent=NULL) | |
Protected Member Functions | |
| void | dragEnterEvent (QDragEnterEvent *pEvent) |
| void | dropEvent (QDropEvent *pEvent) |
This widget is aware of files and directories drag'n'drop from external programs.
For each valid, existing file system path that is dragged'n'dropped onto this widget, a fileSystemPathDropped() signal will be emitted.
Definition at line 35 of file dndfilesystemlistview.h.