pgLab/pglab/PgLabTableView.h

13 lines
222 B
C
Raw Normal View History

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