00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef KLWLAYOUTBASE_H
00011 #define KLWLAYOUTBASE_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 QTabWidget;
00021 class QGroupBox;
00022 class QLabel;
00023 class QCheckBox;
00024 class KDateWidget;
00025 class QLineEdit;
00026 class KTextEdit;
00027
00028 class klwLayoutBase : public QWidget
00029 {
00030 Q_OBJECT
00031
00032 public:
00033 klwLayoutBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00034 ~klwLayoutBase();
00035
00036 QTabWidget* tabContainer;
00037 QWidget* tab;
00038 QGroupBox* groupBoxAddress;
00039 QLabel* textLabel2_4;
00040 QGroupBox* groupBoxHeader;
00041 QCheckBox* chkYourLetterFrom;
00042 KDateWidget* kDateYourLetterFrom;
00043 QLabel* textLabel1_4;
00044 QLabel* textLabel2_3;
00045 QLabel* textLabel2_2;
00046 QLabel* textLabel3;
00047 QLabel* textLabel4;
00048 QLineEdit* lineEditYourSign;
00049 QLineEdit* lineEditMySign;
00050 QLineEdit* lineEditSubject;
00051 QLineEdit* lineEditSalutation;
00052 QLineEdit* lineEditRegards;
00053 QCheckBox* chkEnclosures;
00054 QLineEdit* lineEditEnclosures;
00055 QWidget* TabPage;
00056 KTextEdit* textEditText;
00057 QLabel* textLabel3_2;
00058 QWidget* klwLayoutPreviewPage;
00059
00060 protected:
00061 QGridLayout* klwLayoutBaseLayout;
00062 QGridLayout* tabLayout;
00063 QSpacerItem* spacer2;
00064 QGridLayout* groupBoxAddressLayout;
00065 QGridLayout* groupBoxHeaderLayout;
00066 QHBoxLayout* layout13;
00067 QHBoxLayout* layout9;
00068 QVBoxLayout* layout7;
00069 QVBoxLayout* layout8;
00070 QHBoxLayout* layout14;
00071 QGridLayout* TabPageLayout;
00072 QGridLayout* klwLayoutPreviewPageLayout;
00073
00074 protected slots:
00075 virtual void languageChange();
00076
00077 };
00078
00079 #endif // KLWLAYOUTBASE_H