00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef PREFGENERALLAYOUT_H
00011 #define PREFGENERALLAYOUT_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 QCheckBox;
00022 class QSpinBox;
00023 class QLabel;
00024 class KColorButton;
00025
00026 class PrefGeneralLayout : public QWidget
00027 {
00028 Q_OBJECT
00029
00030 public:
00031 PrefGeneralLayout( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00032 ~PrefGeneralLayout();
00033
00034 QGroupBox* groupBox3;
00035 QCheckBox* headerCheckBox;
00036 QSpinBox* eventPositionSpinBox;
00037 QLabel* textLabel1_2;
00038 QLabel* textLabel1_2_2;
00039 QLabel* textLabel2;
00040 QLabel* textLabel1;
00041 KColorButton* backgroundColorButton;
00042 QLabel* textLabel2_2;
00043 QSpinBox* clusterPositionSpinBox;
00044
00045 protected:
00046 QGridLayout* PrefGeneralLayoutLayout;
00047 QSpacerItem* spacer3;
00048 QHBoxLayout* layout16;
00049
00050 protected slots:
00051 virtual void languageChange();
00052
00053 };
00054
00055 #endif // PREFGENERALLAYOUT_H