20 #ifndef DATASETLISTMODEL_H 21 #define DATASETLISTMODEL_H 23 #include <QAbstractListModel> 30 int rowCount(
const QModelIndex &parent)
const;
31 QVariant
data(
const QModelIndex &index,
int role)
const;
34 QStringList dataset_names_;
37 #endif // DATASETLISTMODEL_H
DatasetListModel(QObject *parent, QStringList dataset_names)
int rowCount(const QModelIndex &parent) const
QString DatasetName(int row)
QVariant data(const QModelIndex &index, int role) const