00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef ACQUISITIONSYSTEMLAYOUT_H
00011 #define ACQUISITIONSYSTEMLAYOUT_H
00012
00013 #include <qvariant.h>
00014 #include <qwidget.h>
00015
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QSpacerItem;
00020 class QLabel;
00021 class QLineEdit;
00022 class QComboBox;
00023
00024 class AcquisitionSystemLayout : public QWidget
00025 {
00026 Q_OBJECT
00027
00028 public:
00029 AcquisitionSystemLayout( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00030 ~AcquisitionSystemLayout();
00031
00032 QLabel* textLabel4_2_3;
00033 QLabel* textLabel4_2;
00034 QLineEdit* voltageRangeLineEdit;
00035 QLineEdit* offsetLineEdit;
00036 QLabel* textLabel1_2_2_2;
00037 QLineEdit* amplificationLineEdit;
00038 QComboBox* resolutionComboBox;
00039 QLabel* textLabel4_2_3_3;
00040 QLabel* textLabel4_2_3_2;
00041 QLabel* textLabel4_2_2_2;
00042 QLineEdit* nbChannelsLineEdit;
00043 QLineEdit* samplingRateLineEdit;
00044
00045 protected:
00046 QGridLayout* AcquisitionSystemLayoutLayout;
00047 QSpacerItem* spacer23;
00048 QGridLayout* layout27;
00049 QSpacerItem* spacer10;
00050 QSpacerItem* spacer6;
00051
00052 protected slots:
00053 virtual void languageChange();
00054
00055 };
00056
00057 #endif // ACQUISITIONSYSTEMLAYOUT_H