mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
added counters for m3 gui
This commit is contained in:
@ -22,6 +22,7 @@ class qTabDataOutput : public QWidget, private Ui::TabDataOutputObject {
|
||||
void SetRateCorrection();
|
||||
void SetSpeed(int speed);
|
||||
void SetParallel(bool enable);
|
||||
void SetCounterMask();
|
||||
|
||||
private:
|
||||
void SetupWidgetWindow();
|
||||
@ -36,6 +37,7 @@ class qTabDataOutput : public QWidget, private Ui::TabDataOutputObject {
|
||||
void GetRateCorrection();
|
||||
void GetSpeed();
|
||||
void GetParallel();
|
||||
void GetCounterMask();
|
||||
|
||||
sls::Detector *det;
|
||||
// Button group for radiobuttons for rate
|
||||
|
Reference in New Issue
Block a user