00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef ANATOMYLAYOUT_H
00011 #define ANATOMYLAYOUT_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 QTable;
00022 class QLabel;
00023
00024 class AnatomyLayout : public QWidget
00025 {
00026 Q_OBJECT
00027
00028 public:
00029 AnatomyLayout( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00030 ~AnatomyLayout();
00031
00032 QPushButton* addGroupButton;
00033 QPushButton* removeGroupButton;
00034 QTable* groupTable;
00035 QLabel* textLabel4_2_2_4_2_2_2;
00036 QLabel* textLabel4_2_2_4_2_2;
00037 QTable* attributesTable;
00038
00039 protected:
00040 QGridLayout* AnatomyLayoutLayout;
00041 QGridLayout* layout21;
00042 QSpacerItem* spacer10_2_3_3;
00043 QGridLayout* layout20;
00044 QSpacerItem* spacer10_2_3_2;
00045 QSpacerItem* spacer96;
00046 QGridLayout* layout19;
00047 QSpacerItem* spacer10_2_2;
00048 QSpacerItem* spacer10_2_2_2;
00049 QSpacerItem* spacer10_2_3;
00050
00051 protected slots:
00052 virtual void languageChange();
00053
00054 };
00055
00056 #endif // ANATOMYLAYOUT_H