ui_TaskPatternRectangularParameters.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_TASKPATTERNRECTANGULARPARAMETERS_H
00011 #define UI_TASKPATTERNRECTANGULARPARAMETERS_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QDoubleSpinBox>
00019 #include <QtGui/QFrame>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QSpinBox>
00024 #include <QtGui/QVBoxLayout>
00025 #include <QtGui/QWidget>
00026
00027 namespace PartDesignGui {
00028
00029 class Ui_TaskPatternRectangularParameters
00030 {
00031 public:
00032 QVBoxLayout *verticalLayout;
00033 QHBoxLayout *horizontalLayout;
00034 QLabel *label;
00035 QDoubleSpinBox *doubleSpinBox;
00036 QHBoxLayout *horizontalLayout_2;
00037 QLabel *label_3;
00038 QSpinBox *spinBox;
00039 QFrame *line;
00040 QCheckBox *checkBox;
00041 QHBoxLayout *horizontalLayout_3;
00042 QLabel *label_2;
00043 QDoubleSpinBox *doubleSpinBox_2;
00044 QHBoxLayout *horizontalLayout_4;
00045 QLabel *label_4;
00046 QSpinBox *spinBox_2;
00047
00048 void setupUi(QWidget *PartDesignGui__TaskPatternRectangularParameters)
00049 {
00050 if (PartDesignGui__TaskPatternRectangularParameters->objectName().isEmpty())
00051 PartDesignGui__TaskPatternRectangularParameters->setObjectName(QString::fromUtf8("PartDesignGui__TaskPatternRectangularParameters"));
00052 PartDesignGui__TaskPatternRectangularParameters->resize(139, 178);
00053 verticalLayout = new QVBoxLayout(PartDesignGui__TaskPatternRectangularParameters);
00054 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00055 horizontalLayout = new QHBoxLayout();
00056 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00057 label = new QLabel(PartDesignGui__TaskPatternRectangularParameters);
00058 label->setObjectName(QString::fromUtf8("label"));
00059
00060 horizontalLayout->addWidget(label);
00061
00062 doubleSpinBox = new QDoubleSpinBox(PartDesignGui__TaskPatternRectangularParameters);
00063 doubleSpinBox->setObjectName(QString::fromUtf8("doubleSpinBox"));
00064
00065 horizontalLayout->addWidget(doubleSpinBox);
00066
00067
00068 verticalLayout->addLayout(horizontalLayout);
00069
00070 horizontalLayout_2 = new QHBoxLayout();
00071 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00072 label_3 = new QLabel(PartDesignGui__TaskPatternRectangularParameters);
00073 label_3->setObjectName(QString::fromUtf8("label_3"));
00074
00075 horizontalLayout_2->addWidget(label_3);
00076
00077 spinBox = new QSpinBox(PartDesignGui__TaskPatternRectangularParameters);
00078 spinBox->setObjectName(QString::fromUtf8("spinBox"));
00079
00080 horizontalLayout_2->addWidget(spinBox);
00081
00082
00083 verticalLayout->addLayout(horizontalLayout_2);
00084
00085 line = new QFrame(PartDesignGui__TaskPatternRectangularParameters);
00086 line->setObjectName(QString::fromUtf8("line"));
00087 line->setFrameShape(QFrame::HLine);
00088 line->setFrameShadow(QFrame::Sunken);
00089
00090 verticalLayout->addWidget(line);
00091
00092 checkBox = new QCheckBox(PartDesignGui__TaskPatternRectangularParameters);
00093 checkBox->setObjectName(QString::fromUtf8("checkBox"));
00094
00095 verticalLayout->addWidget(checkBox);
00096
00097 horizontalLayout_3 = new QHBoxLayout();
00098 horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
00099 label_2 = new QLabel(PartDesignGui__TaskPatternRectangularParameters);
00100 label_2->setObjectName(QString::fromUtf8("label_2"));
00101
00102 horizontalLayout_3->addWidget(label_2);
00103
00104 doubleSpinBox_2 = new QDoubleSpinBox(PartDesignGui__TaskPatternRectangularParameters);
00105 doubleSpinBox_2->setObjectName(QString::fromUtf8("doubleSpinBox_2"));
00106
00107 horizontalLayout_3->addWidget(doubleSpinBox_2);
00108
00109
00110 verticalLayout->addLayout(horizontalLayout_3);
00111
00112 horizontalLayout_4 = new QHBoxLayout();
00113 horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
00114 label_4 = new QLabel(PartDesignGui__TaskPatternRectangularParameters);
00115 label_4->setObjectName(QString::fromUtf8("label_4"));
00116
00117 horizontalLayout_4->addWidget(label_4);
00118
00119 spinBox_2 = new QSpinBox(PartDesignGui__TaskPatternRectangularParameters);
00120 spinBox_2->setObjectName(QString::fromUtf8("spinBox_2"));
00121
00122 horizontalLayout_4->addWidget(spinBox_2);
00123
00124
00125 verticalLayout->addLayout(horizontalLayout_4);
00126
00127
00128 retranslateUi(PartDesignGui__TaskPatternRectangularParameters);
00129
00130 QMetaObject::connectSlotsByName(PartDesignGui__TaskPatternRectangularParameters);
00131 }
00132
00133 void retranslateUi(QWidget *PartDesignGui__TaskPatternRectangularParameters)
00134 {
00135 PartDesignGui__TaskPatternRectangularParameters->setWindowTitle(QApplication::translate("PartDesignGui::TaskPatternRectangularParameters", "Form", 0, QApplication::UnicodeUTF8));
00136 label->setText(QApplication::translate("PartDesignGui::TaskPatternRectangularParameters", "Spacing1:", 0, QApplication::UnicodeUTF8));
00137 label_3->setText(QApplication::translate("PartDesignGui::TaskPatternRectangularParameters", "Number1:", 0, QApplication::UnicodeUTF8));
00138 checkBox->setText(QApplication::translate("PartDesignGui::TaskPatternRectangularParameters", "Second extend", 0, QApplication::UnicodeUTF8));
00139 label_2->setText(QApplication::translate("PartDesignGui::TaskPatternRectangularParameters", "Spacing2:", 0, QApplication::UnicodeUTF8));
00140 label_4->setText(QApplication::translate("PartDesignGui::TaskPatternRectangularParameters", "Number2:", 0, QApplication::UnicodeUTF8));
00141 Q_UNUSED(PartDesignGui__TaskPatternRectangularParameters);
00142 }
00143
00144 };
00145
00146 }
00147
00148 namespace PartDesignGui {
00149 namespace Ui {
00150 class TaskPatternRectangularParameters: public Ui_TaskPatternRectangularParameters {};
00151 }
00152 }
00153
00154 #endif // UI_TASKPATTERNRECTANGULARPARAMETERS_H