1 #ifndef COMBOBOXDELEGATE_H
2 #define COMBOBOXDELEGATE_H
3 #include <QItemDelegate>
5 #include <QApplication>
37 const QStyleOptionViewItem &option,
38 const QModelIndex &index)
const = 0;
48 void paint(QPainter *painter,
49 const QStyleOptionViewItem &option,
50 const QModelIndex &index)
const = 0;
59 void setEditorData(QWidget *editor,
const QModelIndex &index)
const;
70 QAbstractItemModel *model,
71 const QModelIndex &index)
const;
82 const QStyleOptionViewItem &option,
83 const QModelIndex &index)
const;
90 #endif // COMBOBOXDELEGATE_H