31 #ifndef TABLECOMMENTSHEADERMODEL_H
32 #define TABLECOMMENTSHEADERMODEL_H
34 #include <QAbstractTableModel>
50 Qt::ItemFlags
flags(
const QModelIndex & index )
const;
51 QVariant
data(
const QModelIndex &index,
int role)
const;
53 Qt::Orientation orientation,
int role)
const;
54 int rowCount(
const QModelIndex &parent = QModelIndex())
const;
55 int columnCount(
const QModelIndex & parent = QModelIndex())
const;