13#ifndef GUI_PHOTOPREVIEWWIDGET_H
14#define GUI_PHOTOPREVIEWWIDGET_H
25#define PHOTO_SHADOW_END_OFFSET 2
26#define PHOTO_TEXT_MARGIN 1
28#include <q3iconview.h>
49 void paint( QPainter *p );
53 const QColorGroup& cg);
55 void paintFocus( QPainter *p,
const QColorGroup &cg );
57 void setText (
const QString & text );
59 void setPixmap(
const QPixmap& p,
bool redraw);
A photo consists of a full size image, a smaller slide show image, a very small thumbnail image,...