10#include <QStandardItemModel>
21const QAbstractItemView::SelectionMode
SELECTION_MODE = QAbstractItemView::ExtendedSelection;
38 model.setView (*
this);
47 QTableView::focusInEvent (
event);
54 QTableView::focusOutEvent (
event);
62 QTableView::selectionChanged (
selected,
const int INNER_RADIUS_MIN
const QAbstractItemView::SelectionMode SELECTION_MODE
virtual void focusOutEvent(QFocusEvent *)
Catch this table status change.
virtual void focusInEvent(QFocusEvent *)
Catch this table status change.
void signalTableStatusChange()
Sent when a change occurs that should affect the Copy menu item.
WindowTable(WindowModelBase &model)
Single constructor.
virtual void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected)
Catch this table status change.