diagrampropertiespage.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef DIAGRAMPROPERTIESPAGE_H
00011 #define DIAGRAMPROPERTIESPAGE_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 QLabel;
00022 class QLineEdit;
00023 class QSpinBox;
00024 class QCheckBox;
00025 class QFrame;
00026 class QTextEdit;
00027
00028 class DiagramPropertiesPage : public QWidget
00029 {
00030 Q_OBJECT
00031
00032 public:
00033 DiagramPropertiesPage( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00034 ~DiagramPropertiesPage();
00035
00036 QGroupBox* GroupBox1;
00037 QLabel* TextLabel1;
00038 QLineEdit* diagramName;
00039 QLabel* TextLabel4;
00040 QSpinBox* zoom;
00041 QLabel* textLabel1;
00042 QCheckBox* showOpSigs;
00043 QFrame* Line1;
00044 QCheckBox* showGrid;
00045 QCheckBox* snapToGrid;
00046 QCheckBox* snapComponentSizeToGrid;
00047 QLabel* TextLabel2;
00048 QLabel* TextLabelX;
00049 QSpinBox* gridSpaceX;
00050 QLabel* TextLabel3;
00051 QSpinBox* gridSpaceY;
00052 QLabel* TextLabe15;
00053 QSpinBox* lineWidth;
00054 QGroupBox* GroupBox2;
00055 QTextEdit* documentation;
00056
00057 protected:
00058 QVBoxLayout* DiagramPropertiesPageLayout;
00059 QVBoxLayout* GroupBox1Layout;
00060 QHBoxLayout* Layout4;
00061 QHBoxLayout* layout20;
00062 QSpacerItem* Spacer1;
00063 QHBoxLayout* layout6;
00064 QHBoxLayout* layout7;
00065 QSpacerItem* Spacer2;
00066 QHBoxLayout* layout6_2;
00067 QHBoxLayout* layout8;
00068 QSpacerItem* Spacer3;
00069 QHBoxLayout* Layout1;
00070 QHBoxLayout* layout10;
00071 QSpacerItem* Spacer4;
00072 QHBoxLayout* Layout1_2;
00073 QGridLayout* GroupBox2Layout;
00074
00075 protected slots:
00076 virtual void languageChange();
00077
00078 };
00079
00080 #endif // DIAGRAMPROPERTIESPAGE_H
This file is part of the documentation for umbrello Version 3.1.0.