25 #ifndef LISTDELEGATE_H_ 26 #define LISTDELEGATE_H_ 28 #include <QItemDelegate> 30 #include <QStyleOptionViewItem> 31 #include <QModelIndex> 34 #include "Helper/Settings/SayonaraClass.h" 47 QListView* _parent=
nullptr;
53 virtual QSize sizeHint(
const QStyleOptionViewItem &option,
54 const QModelIndex &index)
const override;
The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:31
The ListDelegate class. Only used for size hinting.
Definition: ListDelegate.h:40