Vuo 2.4.4
Loading...
Searching...
No Matches
VuoItemDelegate.hh
Go to the documentation of this file.
1
10#pragma once
11
15class VuoItemDelegate : public QItemDelegate
16{
17 Q_OBJECT
18
19public:
20 explicit VuoItemDelegate(QObject *parent = 0);
21
22protected:
23 void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const;
24 QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const;
25};