mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +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:
@ -76,6 +76,13 @@ class SlsQt2DPlot : public QwtPlot {
|
||||
|
||||
public slots:
|
||||
void showSpectrogram(bool on);
|
||||
void SetZoom(const QRectF &rect);
|
||||
|
||||
private slots:
|
||||
void GetPannedCoord(int, int);
|
||||
|
||||
signals:
|
||||
void PlotZoomedSignal(const QRectF &);
|
||||
|
||||
private:
|
||||
void SetupZoom();
|
||||
|
Reference in New Issue
Block a user