00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef POSITIONPROPERTIESLAYOUT_H
00011 #define POSITIONPROPERTIESLAYOUT_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 class QCheckBox;
00026
00027 class PositionPropertiesLayout : public QWidget
00028 {
00029 Q_OBJECT
00030
00031 public:
00032 PositionPropertiesLayout( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00033 ~PositionPropertiesLayout();
00034
00035 QGroupBox* groupBox1;
00036 QLabel* sampleRateLabel;
00037 QLineEdit* samplingRateLineEdit;
00038 QGroupBox* groupBox2;
00039 QLineEdit* backgroundLineEdit;
00040 QComboBox* rotateComboBox;
00041 QLabel* heightLabel;
00042 QPushButton* backgroundButton;
00043 QLabel* widthLabel;
00044 QLabel* flipLabel;
00045 QLabel* rotateLabel;
00046 QCheckBox* checkBoxBackground;
00047 QLineEdit* heightLineEdit;
00048 QLabel* backgroundPixmap;
00049 QComboBox* filpComboBox;
00050 QLineEdit* widthLineEdit;
00051 QLabel* backgroundLabel;
00052
00053 protected:
00054 QGridLayout* PositionPropertiesLayoutLayout;
00055 QSpacerItem* spacer1;
00056 QGridLayout* groupBox1Layout;
00057 QHBoxLayout* layout34;
00058 QSpacerItem* spacer4_2;
00059 QSpacerItem* spacer4;
00060 QGridLayout* groupBox2Layout;
00061 QGridLayout* layout8;
00062 QSpacerItem* spacer18_2_2;
00063 QSpacerItem* spacer4_3;
00064 QSpacerItem* spacer20_2_2;
00065 QSpacerItem* spacer20_2;
00066 QSpacerItem* spacer20;
00067 QSpacerItem* spacer18_2;
00068
00069 protected slots:
00070 virtual void languageChange();
00071
00072 };
00073
00074 #endif // POSITIONPROPERTIESLAYOUT_H