ui_TaskFilletParameters.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'TaskFilletParameters.ui'
00003 **
00004 ** Created: Wed 9. Nov 22:36:06 2011
00005 **      by: Qt User Interface Compiler version 4.5.2
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling ui file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_TASKFILLETPARAMETERS_H
00011 #define UI_TASKFILLETPARAMETERS_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDoubleSpinBox>
00018 #include <QtGui/QHBoxLayout>
00019 #include <QtGui/QHeaderView>
00020 #include <QtGui/QLabel>
00021 #include <QtGui/QVBoxLayout>
00022 #include <QtGui/QWidget>
00023 
00024 namespace PartDesignGui {
00025 
00026 class Ui_TaskFilletParameters
00027 {
00028 public:
00029     QVBoxLayout *verticalLayout;
00030     QHBoxLayout *horizontalLayout_2;
00031     QLabel *label;
00032     QDoubleSpinBox *doubleSpinBox;
00033 
00034     void setupUi(QWidget *PartDesignGui__TaskFilletParameters)
00035     {
00036         if (PartDesignGui__TaskFilletParameters->objectName().isEmpty())
00037             PartDesignGui__TaskFilletParameters->setObjectName(QString::fromUtf8("PartDesignGui__TaskFilletParameters"));
00038         PartDesignGui__TaskFilletParameters->resize(135, 40);
00039         verticalLayout = new QVBoxLayout(PartDesignGui__TaskFilletParameters);
00040         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00041         horizontalLayout_2 = new QHBoxLayout();
00042         horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00043         label = new QLabel(PartDesignGui__TaskFilletParameters);
00044         label->setObjectName(QString::fromUtf8("label"));
00045 
00046         horizontalLayout_2->addWidget(label);
00047 
00048         doubleSpinBox = new QDoubleSpinBox(PartDesignGui__TaskFilletParameters);
00049         doubleSpinBox->setObjectName(QString::fromUtf8("doubleSpinBox"));
00050         doubleSpinBox->setMinimum(0);
00051         doubleSpinBox->setMaximum(1e+09);
00052 
00053         horizontalLayout_2->addWidget(doubleSpinBox);
00054 
00055 
00056         verticalLayout->addLayout(horizontalLayout_2);
00057 
00058 
00059         retranslateUi(PartDesignGui__TaskFilletParameters);
00060 
00061         QMetaObject::connectSlotsByName(PartDesignGui__TaskFilletParameters);
00062     } // setupUi
00063 
00064     void retranslateUi(QWidget *PartDesignGui__TaskFilletParameters)
00065     {
00066         PartDesignGui__TaskFilletParameters->setWindowTitle(QApplication::translate("PartDesignGui::TaskFilletParameters", "Form", 0, QApplication::UnicodeUTF8));
00067         label->setText(QApplication::translate("PartDesignGui::TaskFilletParameters", "Radius:", 0, QApplication::UnicodeUTF8));
00068         Q_UNUSED(PartDesignGui__TaskFilletParameters);
00069     } // retranslateUi
00070 
00071 };
00072 
00073 } // namespace PartDesignGui
00074 
00075 namespace PartDesignGui {
00076 namespace Ui {
00077     class TaskFilletParameters: public Ui_TaskFilletParameters {};
00078 } // namespace Ui
00079 } // namespace PartDesignGui
00080 
00081 #endif // UI_TASKFILLETPARAMETERS_H

Generated on Wed Nov 23 19:00:55 2011 for FreeCAD by  doxygen 1.6.1