ui: Pan graph view to name of active symbol after activation

bug id = 80
This commit is contained in:
Eberhard Graether
2016-07-22 13:57:58 +02:00
parent b2cb95de1b
commit f4677a902d
7 changed files with 103 additions and 29 deletions
+3 -1
View File
@@ -20,6 +20,8 @@ public:
float getZoomFactor() const;
void setAppZoomFactor(float appZoomFactor);
void ensureVisibleAnimated(const QRectF& rect, int xmargin = 50, int ymargin = 50);
protected:
void mousePressEvent(QMouseEvent *event);
void mouseReleaseEvent(QMouseEvent *event);
@@ -33,7 +35,7 @@ signals:
void emptySpaceClicked();
private slots:
void update();
void updateTimer();
void stopTimer();
private: