AlbumShaper
1.0a3
|
#include <QMouseEvent>
#include <QDragMoveEvent>
#include <QDropEvent>
#include <QPixmap>
#include <q3iconview.h>
#include <qapplication.h>
Go to the source code of this file.
Classes | |
class | SubalbumsIconView |
Extension of iconview, used to list all subalbums in album. Supports drag-n-drop within iconview such that subalbums can be reordered, as well as dropping photos from subalbums to allow photos to be moved from one subalbum to another. More... | |