20#ifndef ORES_QT_TELEMETRY_LOG_DELEGATE_HPP
21#define ORES_QT_TELEMETRY_LOG_DELEGATE_HPP
23#include <QStyledItemDelegate>
44 void paint(QPainter* painter,
const QStyleOptionViewItem& option,
45 const QModelIndex& index)
const override;
47 QSize sizeHint(
const QStyleOptionViewItem& option,
48 const QModelIndex& index)
const override;
Qt-based graphical user interface for ORE Studio.
Definition AboutDialog.hpp:29
Custom delegate for rendering telemetry log table cells.
Definition TelemetryLogDelegate.hpp:38