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 class QPushButton;
00025
00026 class PropertiesLayout : public QWidget
00027 {
00028 Q_OBJECT
00029
00030 public:
00031 PropertiesLayout( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00032 ~PropertiesLayout();
00033
00034 QGroupBox* groupBox1_2;
00035 QLabel* textLabel4_2_2_4;
00036 QLineEdit* samplingRateLineEdit;
00037 QGroupBox* groupBox2_2;
00038 QLabel* textLabel4_2_3;
00039 QLabel* textLabel4_2;
00040 QLineEdit* voltageRangeLineEdit;
00041 QLineEdit* offsetLineEdit;
00042 QLabel* textLabel1_2_2_2;
00043 QLineEdit* amplificationLineEdit;
00044 QComboBox* resolutionComboBox;
00045 QLabel* textLabel4_2_3_3;
00046 QLabel* textLabel4_2_3_2;
00047 QLabel* textLabel4_2_2_2;
00048 QLineEdit* nbChannelsLineEdit;
00049 QLineEdit* asSamplingRateLineEdit;
00050 QGroupBox* groupBox1;
00051 QLabel* textLabel4_2_2;
00052 QLineEdit* screenGainLineEdit;
00053 QLabel* backgroundLabel;
00054 QLineEdit* traceBackgroundLineEdit;
00055 QPushButton* traceBackgroundButton;
00056
00057 protected:
00058 QGridLayout* PropertiesLayoutLayout;
00059 QSpacerItem* spacer1;
00060 QHBoxLayout* layout9;
00061 QSpacerItem* spacer10_2;
00062 QSpacerItem* spacer11;
00063 QGridLayout* groupBox2_2Layout;
00064 QGridLayout* layout27;
00065 QSpacerItem* spacer10;
00066 QSpacerItem* spacer6;
00067 QGridLayout* groupBox1Layout;
00068 QHBoxLayout* layout10;
00069 QSpacerItem* spacer10_2_2;
00070 QSpacerItem* spacer11_2;
00071 QHBoxLayout* layout12;
00072 QSpacerItem* spacer10_2_2_2;
00073 QSpacerItem* spacer10_2_2_2_2;
00074
00075 protected slots:
00076 virtual void languageChange();
00077
00078 };
00079
00080 #endif // PROPERTIESLAYOUT_H