Electric Tiger DAQ  1.0.0
Data Acquisition Software for the Electric Tiger Experiment
combostatuspanel.h
1 #ifndef COMBOSTATUSPANEL_H
2 #define COMBOSTATUSPANEL_H
3 
4 #include <QDockWidget>
5 
6 namespace Ui {
7 class ComboStatusPanel;
8 }
9 
10 class ComboStatusPanel : public QDockWidget {
11  Q_OBJECT
12 
13  public:
14  explicit ComboStatusPanel(QWidget *parent = 0);
16 
17  private:
18  Ui::ComboStatusPanel *ui;
19 
20  public slots:
21  void SetTransmission();
22  void SetReflection();
23  void SetDigitizer();
24  void SetNetworkAnalyzer();
25  void SetIterationNumber( uint iteration );
26  void SetCavityLength( double current_length );
27  void SetLOFrequency( double lo_frequency );
28 
29 };
30 
31 #endif // COMBOSTATUSPANEL_H
Definition: combostatuspanel.h:10
Definition: chartscalecontrols.h:7