YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
QGraphicsViewEc.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: GPL-3.0-or-later
4 */
5
6#ifndef QGRAPHICSVIEWEC_H
7#define QGRAPHICSVIEWEC_H
8
9#include <QGraphicsView>
10
15class QGraphicsViewEc : public QGraphicsView
16{
17 Q_OBJECT
18public:
19 QGraphicsViewEc(QWidget *parent = 0);
20
21protected:
22 void wheelEvent(QWheelEvent* event) override;
23};
24
25#endif // QGRAPHICSVIEWEC_H
Graphics view with wheel zoom.
void wheelEvent(QWheelEvent *event) override