mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
moved counters in gui from data output tab to settings tab
This commit is contained in:
@ -22,7 +22,6 @@ class qTabDataOutput : public QWidget, private Ui::TabDataOutputObject {
|
||||
void SetRateCorrection();
|
||||
void SetSpeed(int speed);
|
||||
void SetParallel(bool enable);
|
||||
void SetCounterMask();
|
||||
|
||||
private:
|
||||
void SetupWidgetWindow();
|
||||
@ -37,7 +36,6 @@ class qTabDataOutput : public QWidget, private Ui::TabDataOutputObject {
|
||||
void GetRateCorrection();
|
||||
void GetSpeed();
|
||||
void GetParallel();
|
||||
void GetCounterMask();
|
||||
|
||||
sls::Detector *det;
|
||||
// Button group for radiobuttons for rate
|
||||
|
@ -15,6 +15,7 @@ class qTabSettings : public QWidget, private Ui::TabSettingsObject {
|
||||
void SetDynamicRange(int index);
|
||||
void SetThresholdEnergy(int index);
|
||||
void SetThresholdEnergies();
|
||||
void SetCounterMask();
|
||||
|
||||
private:
|
||||
void SetupWidgetWindow();
|
||||
@ -25,6 +26,7 @@ class qTabSettings : public QWidget, private Ui::TabSettingsObject {
|
||||
void GetDynamicRange();
|
||||
void GetThresholdEnergy();
|
||||
void GetThresholdEnergies();
|
||||
void GetCounterMask();
|
||||
|
||||
sls::Detector *det;
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user