15#ifndef GUI_SUBALBUMPREVIEWWIDGET_H
16#define GUI_SUBALBUMPREVIEWWIDGET_H
26#include <q3iconview.h>
43 void paintFocus( QPainter *p,
const QColorGroup &cg );
51 void setText (
const QString & text );
53 void paint( QPainter *p );
56 void calcRect (
const QString & text_ = QString::null );
58 const QColorGroup& cg);
61 void dropped( QDropEvent *e,
const Q3ValueList<Q3IconDragItem> &lst );
A subalbum contains photos.
Extension of iconview, used to list all subalbums in album. Supports drag-n-drop within iconview such...