pgLab/pglab/util/PgLabTableView.h
2022-04-09 08:57:29 +02:00

15 lines
253 B
C++

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