Set the model on the table view, one more skeleton

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-01-06 16:05:06 -02:00 committed by Dirk Hohndel
parent 858fe5588a
commit f1b90813cf
2 changed files with 9 additions and 0 deletions

View file

@ -36,6 +36,7 @@ public:
QVariant data(const QModelIndex &index, int role) const;
int rowCount(const QModelIndex &parent) const;
int columnCount(const QModelIndex &parent) const;
void setColumnValues(QList<QStringList> columns);
private:
QList<QStringList> columnValues;
QStringList columnNames;