plotview: Pass mouse events to individual plots

This commit is contained in:
Mike
2016-04-03 22:33:52 +01:00
committed by Mike Walters
parent 2d073462f1
commit 6a1a06cefc
3 changed files with 32 additions and 0 deletions

View File

@@ -19,6 +19,11 @@
#include "plot.h"
bool Plot::mouseEvent(QEvent::Type type, QMouseEvent event)
{
}
void Plot::paintBack(QPainter &painter, QRect &rect, range_t<off_t> sampleRange)
{
painter.save();