10 #ifndef GUARD_GROUP_LIST_DELEGATE_H_INCLUDE
11 #define GUARD_GROUP_LIST_DELEGATE_H_INCLUDE
13 #include <grouplistwidget/grouplistwidget-config.h>
15 #include <QAbstractItemDelegate>
16 #include <QStyledItemDelegate>
39 QObject *parent = NULL);
61 const QStyleOptionViewItem & option,
62 const QModelIndex & index )
const;
66 const QStyleOptionViewItem & option,
67 const QModelIndex & index )
const;
79 #endif // GUARD_GROUP_LIST_DELEGATE_H_INCLUDE
Allows user to customize parts of the GroupModel.
Definition: grouplistdelegate.h:22
virtual ~GroupListDelegate()
Destructor.
Definition: grouplistdelegate.h:42
Definition: grouplistdelegate.h:30
Layout
Definition: grouplistdelegate.h:26
Definition: grouplistdelegate.h:29
QSize gridCell() const
Get the size of the cell.
Definition: grouplistdelegate.h:52
A model that is to be installed into a GroupListWidget.
Definition: groupmodel.h:36