00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef NEUROSCOPEVIDEOLAYOUT_H
00011 #define NEUROSCOPEVIDEOLAYOUT_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 QComboBox;
00021 class QCheckBox;
00022 class QLabel;
00023 class QPushButton;
00024 class QLineEdit;
00025
00026 class NeuroscopeVideoLayout : public QWidget
00027 {
00028 Q_OBJECT
00029
00030 public:
00031 NeuroscopeVideoLayout( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00032 ~NeuroscopeVideoLayout();
00033
00034 QComboBox* filpComboBox;
00035 QCheckBox* checkBoxBackground;
00036 QLabel* backgroundPixmap;
00037 QLabel* flipLabel;
00038 QLabel* backgroundLabel;
00039 QPushButton* backgroundButton;
00040 QLabel* rotateLabel;
00041 QComboBox* rotateComboBox;
00042 QLineEdit* backgroundLineEdit;
00043
00044 protected:
00045 QGridLayout* NeuroscopeVideoLayoutLayout;
00046 QSpacerItem* spacer93;
00047 QGridLayout* layout47;
00048 QSpacerItem* spacer4_3;
00049 QSpacerItem* spacer20_2;
00050 QSpacerItem* spacer20;
00051 QSpacerItem* spacer18_2_2;
00052 QSpacerItem* spacer18_2;
00053 QSpacerItem* spacer20_2_2;
00054
00055 protected slots:
00056 virtual void languageChange();
00057
00058 };
00059
00060 #endif // NEUROSCOPEVIDEOLAYOUT_H