diff --git a/scalezoomer.h b/scalezoomer.h --- a/scalezoomer.h +++ b/scalezoomer.h @@ -23,6 +23,7 @@ #include #include #include +#include #include "scalepicker.h" @@ -39,9 +40,12 @@ private: ScalePicker bottomPicker; ScalePicker leftPicker; + QwtPlotShapeItem rectShape; private slots: + void bottomPickStarted(double firstPos); void bottomPicked(double firstPos, double lastPos); + void bottomPicking(double firstPos, double lastPos); void leftPicked(double firstPos, double lastPos); };