@@ -39,9 +39,6 @@ Plot::Plot(QWidget* parent) :
zoomer.setZoomBase();
grid.attach(this);
rectItem.setRect(QRectF(0,0,100,1));
// rectItem.attach(this);
showGrid(false);
darkBackground(false);
@@ -50,7 +50,6 @@ private:
Zoomer zoomer;
ScaleZoomer sZoomer;
QwtPlotGrid grid;
QwtPlotShapeItem rectItem;
PlotSnapshotOverlay* snapshotOverlay;
QAction _showGridAction;
Status change: