15 #ifndef BORNAGAIN_GUI_COREGUI_VIEWS_COMMONWIDGETS_MODELTREEVIEW_H
16 #define BORNAGAIN_GUI_COREGUI_VIEWS_COMMONWIDGETS_MODELTREEVIEW_H
23 class QAbstractItemDelegate;
Equivalent of QTreeView for SessionModel allowing to add visual decorations to the tree.
ModelTreeView(QWidget *parent, SessionModel *model)
void setItemDelegate(QAbstractItemDelegate *delegate)
void setExpanded(bool expanded)
SessionDecorationModel * m_decorationProxy
Provides decorations (text color, icons, etc) for SessionModel in SessionModelView context.