QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
qgstableview.h
Go to the documentation of this file.
1/***************************************************************************
2 qgstableview.h
3 ---------------
4 begin : March 2022
5 copyright : (C) 2022 by Nyall Dawson
6 email : nyall dot dawson at gmail dot com
7 ***************************************************************************
8 * *
9 * This program is free software; you can redistribute it and/or modify *
10 * it under the terms of the GNU General Public License as published by *
11 * the Free Software Foundation; either version 2 of the License, or *
12 * (at your option) any later version. *
13 * *
14 ***************************************************************************/
15
16#ifndef QGSTABLEVIEW_H
17#define QGSTABLEVIEW_H
18
19#include <QTableView>
20#include "qgis_sip.h"
21#include "qgis_gui.h"
22
35class GUI_EXPORT QgsTableView : public QTableView
36{
37 Q_OBJECT
38
39 public:
40
44 explicit QgsTableView( QWidget *parent SIP_TRANSFERTHIS = nullptr );
45
46 void wheelEvent( QWheelEvent *event ) override;
47};
48
49#endif // QGSTABLEVIEW_H
A QTableView subclass with QGIS specific tweaks and improvements.
Definition: qgstableview.h:36
#define SIP_TRANSFERTHIS
Definition: qgis_sip.h:53