10 #ifndef PROFILE_TREEVIEW_H
11 #define PROFILE_TREEVIEW_H
16 #include <QItemDelegate>
25 virtual void paint(QPainter *painter,
const QStyleOptionViewItem &option,
const QModelIndex &index)
const;
35 virtual void setEditorData(QWidget *editor,
const QModelIndex &index)
const;
49 void selectRow(
int row);
57 virtual void mouseDoubleClickEvent(QMouseEvent *event);
61 virtual void selectionChanged(
const QItemSelection &selected,
const QItemSelection &deselected);
62 virtual void clicked(
const QModelIndex &index);
Definition: profile_tree_view.h:29
Definition: profile_tree_view.h:43
Definition: profile_tree_view.h:19
Definition: url_link_delegate.h:21