1 // fichier enregistré en UTF-8
3 #ifndef __IFACEPURPOSEDELEGATE_H__
4 #define __IFACEPURPOSEDELEGATE_H__
17 class IfacePurposeDelegate : public QItemDelegate {
24 IfacePurposeDelegate(QObject *parent = 0);
26 QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const;
28 void setEditorData(QWidget *editor, const QModelIndex &index) const;
29 void setModelData(QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const;
31 void updateEditorGeometry(QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const;
35 QList<QString> lstPurpose;
38 #endif // __IFACEPURPOSEDELEGATE_H__