00001 #ifndef EVENTSLISTITEMDELEGATE_H
00002 #define EVENTSLISTITEMDELEGATE_H
00003
00004 #include "listitemdelegate.h"
00005
00011 class EventsListItemDelegate : public ListItemDelegate
00012 {
00013 public:
00019 EventsListItemDelegate();
00020
00021
00022
00023
00032 void paint(QPainter *painter, const QStyleOptionViewItem &option,
00033 const QModelIndex &index) const;
00034
00042 QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const;
00043
00044
00045
00046
00047 private:
00048 };
00049
00050 #endif // EVENTSLISTITEMDELEGATE_H