6#ifndef KOLINESTYLEITEMDELEGATE_H
7#define KOLINESTYLEITEMDELEGATE_H
9#include <QAbstractItemDelegate>
17 void paint(QPainter *painter,
const QStyleOptionViewItem &option,
const QModelIndex &index)
const override;
18 QSize
sizeHint (
const QStyleOptionViewItem &option,
const QModelIndex &index)
const override;
The line style item delegate for rendering the styles.
KoLineStyleItemDelegate(QObject *parent=0)
QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const override
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override
~KoLineStyleItemDelegate() override