00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef PROPERTIESLAYOUT_H
00011 #define PROPERTIESLAYOUT_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 QGroupBox;
00021 class QLabel;
00022 class QLineEdit;
00023 class QComboBox;
00024
00025 class PropertiesLayout : public QWidget
00026 {
00027 Q_OBJECT
00028
00029 public:
00030 PropertiesLayout( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00031 ~PropertiesLayout();
00032
00033 QGroupBox* groupBox2_2;
00034 QLabel* textLabel4_2_3;
00035 QLabel* textLabel4_2;
00036 QLineEdit* voltageRangeLineEdit;
00037 QLineEdit* offsetLineEdit;
00038 QLabel* textLabel1_2_2_2;
00039 QLineEdit* amplificationLineEdit;
00040 QComboBox* resolutionComboBox;
00041 QLabel* textLabel4_2_3_3;
00042 QLabel* textLabel4_2_3_2;
00043 QLabel* textLabel4_2_2_2;
00044 QLineEdit* nbChannelsLineEdit;
00045 QLineEdit* asSamplingRateLineEdit;
00046 QGroupBox* groupBox1_2;
00047 QLabel* textLabel4_2_2_4;
00048 QLineEdit* samplingRateLineEdit;
00049 QGroupBox* groupBox1;
00050 QLabel* textLabel4_2_2;
00051 QLineEdit* screenGainLineEdit;
00052
00053 protected:
00054 QGridLayout* PropertiesLayoutLayout;
00055 QSpacerItem* spacer1;
00056 QGridLayout* groupBox2_2Layout;
00057 QGridLayout* layout27;
00058 QSpacerItem* spacer10;
00059 QSpacerItem* spacer6;
00060 QHBoxLayout* layout9;
00061 QSpacerItem* spacer10_2;
00062 QSpacerItem* spacer11;
00063 QHBoxLayout* layout10;
00064 QSpacerItem* spacer10_2_2;
00065 QSpacerItem* spacer11_2;
00066
00067 protected slots:
00068 virtual void languageChange();
00069
00070 };
00071
00072 #endif // PROPERTIESLAYOUT_H