QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
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 "qgis_gui.h"
20#include "qgis_sip.h"
21
22#include <QTableView>
23
36class GUI_EXPORT QgsTableView : public QTableView
37{
38 Q_OBJECT
39
40 public:
44 explicit QgsTableView( QWidget *parent SIP_TRANSFERTHIS = nullptr );
45
46 void wheelEvent( QWheelEvent *event ) override;
47};
48
49#endif // QGSTABLEVIEW_H
QgsTableView(QWidget *parent=nullptr)
Constructor for QgsTableView.
void wheelEvent(QWheelEvent *event) override
#define SIP_TRANSFERTHIS
Definition qgis_sip.h:53