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