mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02:00
moved counters in gui from data output tab to settings tab
This commit is contained in:
@ -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