aboutsummaryrefslogtreecommitdiff
path: root/barchart.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-01-18 19:42:20 +0100
committerSamuel Fadel <samuelfadel@gmail.com>2016-01-18 19:48:28 +0100
commitc4c6f50b6ae5b9281e872a83602799b73522c24d (patch)
tree6d0c5da36770534d1185a55ad05d61f605b3209f /barchart.h
parent3f82e644c40def869a5b5d294573982cec7b057c (diff)
BarChart & Scatterplot: added hints for vertex data upload.
* BarChart: additionally, removed hover event handler and added a movement event handler * Scatterplot: changed selected/unselected outline colors; unselected is now black, selected is a really bright blue
Diffstat (limited to 'barchart.h')
-rw-r--r--barchart.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/barchart.h b/barchart.h
index 176f3b2..662499d 100644
--- a/barchart.h
+++ b/barchart.h
@@ -28,8 +28,9 @@ public slots:
protected:
QSGNode *updatePaintNode(QSGNode *oldNode, UpdatePaintNodeData *);
- void hoverMoveEvent(QHoverEvent *event);
+ // void hoverMoveEvent(QHoverEvent *event);
void mousePressEvent(QMouseEvent *event);
+ void mouseMoveEvent(QMouseEvent *event);
void mouseReleaseEvent(QMouseEvent *event);
private: