1 #ifndef TRIPLISTVIEWDELEGATE_H
2 #define TRIPLISTVIEWDELEGATE_H
4 #include <QStyledItemDelegate>
21 void paint( QPainter *painter,
const QStyleOptionViewItem &option,
const QModelIndex &index )
const;
25 QScopedPointer<DataClass> d;
28 #endif // TRIPLISTVIEWDELEGATE_H
Definition: TripListViewDelegate.h:16
TripListViewDelegate()
Definition: TripListViewDelegate.cpp:38
virtual ~TripListViewDelegate()
Definition: TripListViewDelegate.cpp:44
Definition: TripListViewDelegate.h:14
Definition: TripListViewDelegate.h:15
Definition: TripListViewDelegate.h:6
Definition: TripListViewDelegate.h:12
Definition: TripListViewDelegate.h:13
DataRole
Definition: TripListViewDelegate.h:9
Definition: TripListViewDelegate.h:11
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
Definition: TripListViewDelegate.cpp:48