mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
WIP
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
class multiSlsDetector;
|
||||
#include "sls_detector_defs.h"
|
||||
|
||||
#include <QDoubleSpinBox>
|
||||
class QGroupBox;
|
||||
class QLabel;
|
||||
class QDoubleSpinBox;
|
||||
class MyDoubleSpinBox;
|
||||
class QLineEdit;
|
||||
class QComboBox;
|
||||
@ -12,6 +13,7 @@ class QSpinBox;
|
||||
class QGridLayout;
|
||||
class QString;
|
||||
class QPalette;
|
||||
class QGridLayout;
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@ -90,6 +92,7 @@ private:
|
||||
QSpinBox *spinHV;
|
||||
QGridLayout *dacLayout;
|
||||
QComboBox *comboDetector;
|
||||
QGridLayout *layout;
|
||||
|
||||
static const int HV_MIN = 60;
|
||||
static const int HV_MAX = 200;
|
||||
|
Reference in New Issue
Block a user