00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef FILELAYOUT_H
00011 #define FILELAYOUT_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 QTable;
00023 class QPushButton;
00024
00025 class FileLayout : public QWidget
00026 {
00027 Q_OBJECT
00028
00029 public:
00030 FileLayout( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00031 ~FileLayout();
00032
00033 QLabel* textLabel4_2_2_4;
00034 QLineEdit* extensionLineEdit;
00035 QLabel* textLabel4_2_2_4_2_2;
00036 QTable* mappingTable;
00037 QPushButton* addChannelButton;
00038 QPushButton* removeChannelButton;
00039 QLineEdit* samplingRateLineEdit;
00040 QLabel* textLabel4_2_2_4_2;
00041
00042 protected:
00043 QGridLayout* FileLayoutLayout;
00044 QGridLayout* layout37;
00045 QSpacerItem* spacer97;
00046 QSpacerItem* spacer11;
00047 QSpacerItem* spacer10_2;
00048 QGridLayout* layout36;
00049 QHBoxLayout* layout34;
00050 QSpacerItem* spacer10_2_3;
00051 QGridLayout* layout35;
00052 QSpacerItem* spacer10_2_2;
00053 QVBoxLayout* layout33;
00054 QSpacerItem* spacer28;
00055
00056 protected slots:
00057 virtual void languageChange();
00058
00059 };
00060
00061 #endif // FILELAYOUT_H