From 60dc9f4ab36acf83ed599a7909ca164af3c9c227 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 29 May 2015 13:53:07 -0300 Subject: Move TablePrintModel to Qt-models Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-models/models.h | 39 --------------------------------------- 1 file changed, 39 deletions(-) (limited to 'qt-models/models.h') diff --git a/qt-models/models.h b/qt-models/models.h index 32f0f4321..94fcc5129 100644 --- a/qt-models/models.h +++ b/qt-models/models.h @@ -22,45 +22,6 @@ #include "cleanertablemodel.h" #include "treemodel.h" -/* TablePrintModel: - * for now we use a blank table model with row items TablePrintItem. - * these are pretty much the same as DiveItem, but have color - * properties, as well. perhaps later one a more unified model has to be - * considered, but the current TablePrintModel idea has to be extended - * to support variadic column lists and column list orders that can - * be controlled by the user. - */ -struct TablePrintItem { - QString number; - QString date; - QString depth; - QString duration; - QString divemaster; - QString buddy; - QString location; - unsigned int colorBackground; -}; - -class TablePrintModel : public QAbstractTableModel { - Q_OBJECT - -private: - QList list; - -public: - ~TablePrintModel(); - TablePrintModel(); - - int rows, columns; - void insertRow(int index = -1); - void callReset(); - - QVariant data(const QModelIndex &index, int role) const; - bool setData(const QModelIndex &index, const QVariant &value, int role); - int rowCount(const QModelIndex &parent) const; - int columnCount(const QModelIndex &parent) const; -}; - /* ProfilePrintModel: * this model is used when printing a data table under a profile. it requires * some exact usage of setSpan(..) on the target QTableView widget. -- cgit v1.2.3-70-g09d2