20#ifndef ORES_QT_DATASET_ITEM_DELEGATE_HPP
21#define ORES_QT_DATASET_ITEM_DELEGATE_HPP
23#include <QStyledItemDelegate>
30class DatasetItemDelegate final :
public QStyledItemDelegate {
34 explicit DatasetItemDelegate(BadgeCache* badgeCache,
35 QObject* parent =
nullptr);
37 void paint(QPainter* painter,
const QStyleOptionViewItem& option,
38 const QModelIndex& index)
const override;
40 QSize sizeHint(
const QStyleOptionViewItem& option,
41 const QModelIndex& index)
const override;
44 BadgeCache* badgeCache_;
Qt-based graphical user interface for ORE Studio.
Definition AccountController.hpp:32