20#ifndef ORES_QT_ACCOUNT_ITEM_DELEGATE_HPP
21#define ORES_QT_ACCOUNT_ITEM_DELEGATE_HPP
23#include <QStyledItemDelegate>
41 QObject* parent =
nullptr);
43 void paint(QPainter* painter,
const QStyleOptionViewItem& option,
44 const QModelIndex& index)
const override;
46 QSize sizeHint(
const QStyleOptionViewItem& option,
47 const QModelIndex& index)
const override;
Qt-based graphical user interface for ORE Studio.
Definition AccountController.hpp:32
Custom delegate for rendering account table cells.
Definition AccountItemDelegate.hpp:36
Client-side cache of badge definitions and mappings.
Definition BadgeCache.hpp:47