20#ifndef ORES_QT_COUNTRY_ITEM_DELEGATE_HPP
21#define ORES_QT_COUNTRY_ITEM_DELEGATE_HPP
23#include <QStyledItemDelegate>
28class CountryItemDelegate :
public QStyledItemDelegate {
32 explicit CountryItemDelegate(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