20#ifndef ORES_QT_CURRENCY_ITEM_DELEGATE_HPP
21#define ORES_QT_CURRENCY_ITEM_DELEGATE_HPP
23#include <QStyledItemDelegate>
28class CurrencyItemDelegate :
public QStyledItemDelegate {
32 explicit CurrencyItemDelegate(QObject* parent =
nullptr);
34 void paint(QPainter* painter,
const QStyleOptionViewItem& option,
35 const QModelIndex& index)
const override;
Qt-based graphical user interface for ORE Studio.
Definition AboutDialog.hpp:35