#ifndef PGLABTABLEVIEW_H #define PGLABTABLEVIEW_H #include class QSortFilterProxyModel; class PgLabTableView : public QTableView { Q_OBJECT public: explicit PgLabTableView(QWidget *parent = nullptr); }; #endif // PGLABTABLEVIEW_H