00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef PREFDEFAULTSLAYOUT_H
00011 #define PREFDEFAULTSLAYOUT_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 PrefDefaultsLayout : public QWidget
00026 {
00027 Q_OBJECT
00028
00029 public:
00030 PrefDefaultsLayout( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00031 ~PrefDefaultsLayout();
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* datSamplingRateLineEdit;
00046 QGroupBox* groupBox1;
00047 QLineEdit* screenGainLineEdit;
00048 QLabel* textLabel1_2_2;
00049 QLabel* textLabel4_2_2;
00050 QLineEdit* eegSamplingRateLineEdit;
00051
00052 protected:
00053 QGridLayout* PrefDefaultsLayoutLayout;
00054 QSpacerItem* spacer1;
00055 QGridLayout* groupBox2_2Layout;
00056 QGridLayout* layout27;
00057 QSpacerItem* spacer10;
00058 QSpacerItem* spacer6;
00059 QGridLayout* groupBox1Layout;
00060 QGridLayout* layout28;
00061 QSpacerItem* spacer7;
00062 QSpacerItem* spacer11;
00063
00064 protected slots:
00065 virtual void languageChange();
00066
00067 };
00068
00069 #endif // PREFDEFAULTSLAYOUT_H