11 #ifndef PATH_CHOOSER_DELEGATE_H_ 12 #define PATH_CHOOSER_DELEGATE_H_ 14 #include <QStyledItemDelegate> 24 QWidget *createEditor(QWidget *parent,
const QStyleOptionViewItem &
option,
const QModelIndex &idx)
const;
25 void updateEditorGeometry (QWidget * editor,
const QStyleOptionViewItem & option,
const QModelIndex & idx)
const;
26 void setEditorData(QWidget *editor,
const QModelIndex &idx)
const;
27 void setModelData(QWidget *editor, QAbstractItemModel *model,
const QModelIndex &idx)
const;
30 void browse_button_clicked();
Definition: path_chooser_delegate.h:16