15 #ifndef BORNAGAIN_GUI_COREGUI_VIEWS_COMMONWIDGETS_ITEMSELECTORWIDGET_H
16 #define BORNAGAIN_GUI_COREGUI_VIEWS_COMMONWIDGETS_ITEMSELECTORWIDGET_H
18 #include <QItemSelectionModel>
26 class QAbstractItemDelegate;
50 void select(
const QModelIndex& index, QItemSelectionModel::SelectionFlags command);
Provides decorations (text color, icons, etc) for SessionModel in SessionModelView context.