13 #ifndef GUI_PHOTOPREVIEWWIDGET_H 14 #define GUI_PHOTOPREVIEWWIDGET_H 23 #define PHOTO_MARGIN 4 24 #define PHOTO_SHADOW 3 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);
90 #endif //GUI_PHOTOPREVIEWWIDGET_H
A photo consists of a full size image, a smaller slide show image, a very small thumbnail image...