10 #ifndef WIRESHARK_PREFERENCE_H 11 #define WIRESHARK_PREFERENCE_H 13 #include <ui/qt/models/pref_models.h> 15 #include <QStyleOptionViewItem> 16 #include <QModelIndex> 25 virtual QWidget * editor(QWidget *parent,
const QStyleOptionViewItem &
option,
const QModelIndex &index);
26 virtual void setData(QWidget *editor,
const QModelIndex &index);
27 virtual void setModelData(QWidget *editor, QAbstractItemModel *model,
const QModelIndex &index);
39 #endif // WIRESHARK_PREFERENCE_H Definition: pref_models.h:22
Definition: wireshark_preference.h:19