codevieweroptionsbase.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef CODEVIEWEROPTIONSBASE_H
00011 #define CODEVIEWEROPTIONSBASE_H
00012
00013 #include <qvariant.h>
00014 #include <qpixmap.h>
00015 #include <qwidget.h>
00016
00017 class QVBoxLayout;
00018 class QHBoxLayout;
00019 class QGridLayout;
00020 class QSpacerItem;
00021 class KFontChooser;
00022 class QGroupBox;
00023 class QLabel;
00024 class KColorButton;
00025
00026 class CodeViewerOptionsBase : public QWidget
00027 {
00028 Q_OBJECT
00029
00030 public:
00031 CodeViewerOptionsBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00032 ~CodeViewerOptionsBase();
00033
00034 KFontChooser* fontChooser;
00035 QGroupBox* colorGroupBox;
00036 QLabel* fontLabel;
00037 KColorButton* selectColorButton;
00038 QLabel* paperLabel;
00039 KColorButton* paperColorButton;
00040 QLabel* selectedLabel;
00041 KColorButton* fontColorButton;
00042 KColorButton* nonEditBlockColorButton;
00043 KColorButton* m_hiddenBlockColorButton;
00044 KColorButton* umlObjectColorButton;
00045 QLabel* textLabel1;
00046 QLabel* textLabel1_2;
00047 QLabel* textLabel2;
00048 KColorButton* editBlockColorButton;
00049 QLabel* textLabel3;
00050
00051 protected:
00052 QGridLayout* CodeViewerOptionsBaseLayout;
00053 QGridLayout* colorGroupBoxLayout;
00054 QGridLayout* colorLayout;
00055 QGridLayout* layout4;
00056 QGridLayout* layout3;
00057
00058 protected slots:
00059 virtual void languageChange();
00060
00061 private:
00062 QPixmap image0;
00063
00064 };
00065
00066 #endif // CODEVIEWEROPTIONSBASE_H
This file is part of the documentation for umbrello Version 3.1.0.