ui_TaskRevolutionParameters.h
Go to the documentation of this file.00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 #ifndef UI_TASKREVOLUTIONPARAMETERS_H
00011 #define UI_TASKREVOLUTIONPARAMETERS_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QComboBox>
00018 #include <QtGui/QDoubleSpinBox>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QVBoxLayout>
00023 #include <QtGui/QWidget>
00024 
00025 namespace PartDesignGui {
00026 
00027 class Ui_TaskRevolutionParameters
00028 {
00029 public:
00030     QVBoxLayout *verticalLayout;
00031     QHBoxLayout *horizontalLayout;
00032     QLabel *textLabel1;
00033     QComboBox *axis;
00034     QHBoxLayout *horizontalLayout_3;
00035     QLabel *label;
00036     QDoubleSpinBox *doubleSpinBox;
00037 
00038     void setupUi(QWidget *PartDesignGui__TaskRevolutionParameters)
00039     {
00040         if (PartDesignGui__TaskRevolutionParameters->objectName().isEmpty())
00041             PartDesignGui__TaskRevolutionParameters->setObjectName(QString::fromUtf8("PartDesignGui__TaskRevolutionParameters"));
00042         PartDesignGui__TaskRevolutionParameters->resize(182, 68);
00043         verticalLayout = new QVBoxLayout(PartDesignGui__TaskRevolutionParameters);
00044         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00045         horizontalLayout = new QHBoxLayout();
00046         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00047         textLabel1 = new QLabel(PartDesignGui__TaskRevolutionParameters);
00048         textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00049 
00050         horizontalLayout->addWidget(textLabel1);
00051 
00052         axis = new QComboBox(PartDesignGui__TaskRevolutionParameters);
00053         axis->setObjectName(QString::fromUtf8("axis"));
00054 
00055         horizontalLayout->addWidget(axis);
00056 
00057 
00058         verticalLayout->addLayout(horizontalLayout);
00059 
00060         horizontalLayout_3 = new QHBoxLayout();
00061         horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
00062         label = new QLabel(PartDesignGui__TaskRevolutionParameters);
00063         label->setObjectName(QString::fromUtf8("label"));
00064 
00065         horizontalLayout_3->addWidget(label);
00066 
00067         doubleSpinBox = new QDoubleSpinBox(PartDesignGui__TaskRevolutionParameters);
00068         doubleSpinBox->setObjectName(QString::fromUtf8("doubleSpinBox"));
00069         doubleSpinBox->setDecimals(1);
00070         doubleSpinBox->setMaximum(360);
00071         doubleSpinBox->setSingleStep(10);
00072         doubleSpinBox->setValue(360);
00073 
00074         horizontalLayout_3->addWidget(doubleSpinBox);
00075 
00076 
00077         verticalLayout->addLayout(horizontalLayout_3);
00078 
00079 
00080         retranslateUi(PartDesignGui__TaskRevolutionParameters);
00081 
00082         QMetaObject::connectSlotsByName(PartDesignGui__TaskRevolutionParameters);
00083     } 
00084 
00085     void retranslateUi(QWidget *PartDesignGui__TaskRevolutionParameters)
00086     {
00087         PartDesignGui__TaskRevolutionParameters->setWindowTitle(QApplication::translate("PartDesignGui::TaskRevolutionParameters", "Form", 0, QApplication::UnicodeUTF8));
00088         textLabel1->setText(QApplication::translate("PartDesignGui::TaskRevolutionParameters", "Axis:", 0, QApplication::UnicodeUTF8));
00089         axis->clear();
00090         axis->insertItems(0, QStringList()
00091          << QApplication::translate("PartDesignGui::TaskRevolutionParameters", "Vertical", 0, QApplication::UnicodeUTF8)
00092          << QApplication::translate("PartDesignGui::TaskRevolutionParameters", "Horizontal", 0, QApplication::UnicodeUTF8)
00093         );
00094         label->setText(QApplication::translate("PartDesignGui::TaskRevolutionParameters", "Angle:", 0, QApplication::UnicodeUTF8));
00095         Q_UNUSED(PartDesignGui__TaskRevolutionParameters);
00096     } 
00097 
00098 };
00099 
00100 } 
00101 
00102 namespace PartDesignGui {
00103 namespace Ui {
00104     class TaskRevolutionParameters: public Ui_TaskRevolutionParameters {};
00105 } 
00106 } 
00107 
00108 #endif // UI_TASKREVOLUTIONPARAMETERS_H