#2179 Summary Plot : Change identifier using PgUp / PgDown

This commit is contained in:
Magne Sjaastad
2017-11-24 18:13:43 +01:00
parent e231685d4c
commit 0a8a67c2aa
8 changed files with 278 additions and 56 deletions

View File

@@ -66,13 +66,13 @@ public:
protected:
virtual bool eventFilter(QObject* watched, QEvent* event) override;
virtual void keyPressEvent(QKeyEvent *) override;
virtual QSize sizeHint() const override;
virtual QSize minimumSizeHint() const override;
virtual void contextMenuEvent(QContextMenuEvent *) override;
private:
void setDefaults();
void selectClosestCurve(const QPoint& pos);