1 #ifndef MYGRAPHICSVIEW_H_INCLUDED
2 #define MYGRAPHICSVIEW_H_INCLUDED
22 #include <QGraphicsView>
49 void wheelEvent(QWheelEvent* event);
52 std::shared_ptr<QGraphicsScene> m_scene;
58 #endif // end_of_inclde_guard
see the online Qt documentation
MyGraphicsView(std::shared_ptr< QGraphicsScene > g, QWidget *parent=nullptr)
see the online Qt documentation
Scrollable QGraphicsView with zoom functionality.
Namespace for generic graphical shell for simulators.