navigator view wip
This commit is contained in:
16
navigatorview.h
Normal file
16
navigatorview.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef NAVIGATORVIEW_H
|
||||
#define NAVIGATORVIEW_H
|
||||
|
||||
#include <QGraphicsView>
|
||||
|
||||
class NavigatorView : public QGraphicsView
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
NavigatorView(QWidget *parent = nullptr);
|
||||
|
||||
private:
|
||||
void wheelEvent(QWheelEvent *event) override;
|
||||
};
|
||||
|
||||
#endif // NAVIGATORVIEW_H
|
||||
Reference in New Issue
Block a user