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