6 #ifndef COPASI_CQPushButtonDelegate
7 #define COPASI_CQPushButtonDelegate
9 #include <QtGui/QStyledItemDelegate>
11 class QAbstractButton;
25 const QStyleOptionViewItem & option,
26 const QModelIndex & index)
const;
28 virtual void setEditorData(QWidget * pEditor,
const QModelIndex & index)
const;
31 QAbstractItemModel * pModel,
32 const QModelIndex & index)
const;
35 const QStyleOptionViewItem & option,
36 const QModelIndex & index)
const;
43 void clicked(
const QModelIndex &);
53 #endif // COPASI_CQPushButtonDelegate