mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 16:27:13 +02:00
Gainzoom (#556)
* gain plot: dont allow zoom, only zoom on main plot * fixed gain plot zooming * fixing panning for gainplots
This commit is contained in:
@ -169,9 +169,16 @@ class SlsQt1DPlot : public QwtPlot {
|
||||
|
||||
QwtPlotShapeItem *roiBox{nullptr};
|
||||
|
||||
signals:
|
||||
void PlotZoomedSignal(const QRectF &);
|
||||
|
||||
public slots:
|
||||
void SetZoomX(const QRectF &rect);
|
||||
void UnZoom();
|
||||
void Update();
|
||||
|
||||
private slots:
|
||||
void GetPannedCoord(int, int);
|
||||
};
|
||||
|
||||
} // namespace sls
|
||||
|
Reference in New Issue
Block a user