10 #ifndef PROFILE_TREEVIEW_H
11 #define PROFILE_TREEVIEW_H
16 #include <QItemDelegate>
25 QWidget *createEditor(QWidget *parent,
const QStyleOptionViewItem &option,
const QModelIndex &index)
const;
26 virtual void setEditorData(QWidget *editor,
const QModelIndex &index)
const;
40 void selectRow(
int row);
48 virtual void showEvent(QShowEvent *);
49 virtual void mouseDoubleClickEvent(QMouseEvent *event);
53 virtual void selectionChanged(
const QItemSelection &selected,
const QItemSelection &deselected);
Definition: profile_tree_view.h:19
Definition: profile_tree_view.h:34