diff options
Diffstat (limited to 'qt-ui/tableview.h')
-rw-r--r-- | qt-ui/tableview.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-ui/tableview.h b/qt-ui/tableview.h index 93134b206..36eef907a 100644 --- a/qt-ui/tableview.h +++ b/qt-ui/tableview.h @@ -16,7 +16,7 @@ class QAbstractItemModel; class QModelIndex; class QTableView; -class TableView : public QWidget { +class TableView : public QGroupBox { Q_OBJECT struct TableMetrics { @@ -28,7 +28,6 @@ class TableView : public QWidget { public: TableView(QWidget *parent = 0); virtual ~TableView(); - void setTitle(const QString &title); /* The model is expected to have a 'remove' slot, that takes a QModelIndex as parameter. * It's also expected to have the column '1' as a trash icon. I most probably should create a * proxy model and add that column, will mark that as TODO. see? marked. |