8 #ifndef _SSUFEATUREMODEL_H
9 #define _SSUFEATUREMODEL_H
11 #include <QAbstractListModel>
19 Q_PROPERTY(
int count READ count NOTIFY countChanged)
30 virtual int rowCount(
const QModelIndex &parent = QModelIndex())
const;
31 virtual QVariant data(
const QModelIndex &index,
int role)
const;
38 QHash<int, QByteArray> roleNames()
const;
39 const QHash<QByteArray, QString> &featureAt(
int index)
const;