00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef PARAMETERLAYOUT_H
00011 #define PARAMETERLAYOUT_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 QPushButton;
00021 class QLabel;
00022 class QTable;
00023 class QLineEdit;
00024
00025 class ParameterLayout : public QWidget
00026 {
00027 Q_OBJECT
00028
00029 public:
00030 ParameterLayout( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00031 ~ParameterLayout();
00032
00033 QPushButton* addButton;
00034 QPushButton* removeButton;
00035 QLabel* textLabel4_2_2_4_2_2;
00036 QTable* parameterTable;
00037 QLabel* textLabel4_2_2_4;
00038 QLineEdit* nameLineEdit;
00039
00040 protected:
00041 QGridLayout* ParameterLayoutLayout;
00042 QGridLayout* layout32;
00043 QSpacerItem* spacer97;
00044 QGridLayout* layout31;
00045 QSpacerItem* spacer10_2_2;
00046 QVBoxLayout* layout33;
00047 QSpacerItem* spacer28;
00048 QHBoxLayout* layout28;
00049 QSpacerItem* spacer10_2_3;
00050 QHBoxLayout* layout27;
00051 QSpacerItem* spacer10_2;
00052 QSpacerItem* spacer11;
00053
00054 protected slots:
00055 virtual void languageChange();
00056
00057 };
00058
00059 #endif // PARAMETERLAYOUT_H